Skip to content

Commit

Permalink
release v3.3.2 generated by @lando/prepare-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfm-47 committed May 25, 2024
1 parent 99103f0 commit 317c8fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

## v3.3.2 - [May 25, 2024](https://github.com/lando/prepare-release-action/releases/tag/v3.3.2)

* Fixed issue where `version: dev` would fail when it produces no `git` changes

## v3.3.1 - [May 8, 2024](https://github.com/lando/prepare-release-action/releases/tag/v3.3.1)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35400,7 +35400,7 @@ const main = async () => {
}

// bump version AND commit everything changed
await exec.exec(`${binDir}/bump`, [inputs.version, '--commit', inputs.syncMessage, '--all']);
await exec.exec(`${binDir}/bump`, inputs.sync ? [inputs.version, '--commit', inputs.syncMessage, '--all'] : [inputs.version]);

// get helpful stuff, for some reasons windows interprets the format wrapping quptes literally?
const currentCommit = getStdOut('git --no-pager log --pretty=format:%h -n 1');
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lando/prepare-release-action",
"version": "3.3.1",
"version": "3.3.2",
"description": "An action that can automate release steps and sync them back to the releasing repo.",
"contributors": [
"Alec Reynolds @reynoldsalec",
Expand Down

0 comments on commit 317c8fc

Please sign in to comment.