Skip to content

Commit

Permalink
chore: version bump to 2.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrey committed Nov 10, 2023
1 parent f14f409 commit d57265f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.71.0
2.71.1
14 changes: 7 additions & 7 deletions scripts/deploy/semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ module.exports = {
"changelogFile": "CHANGELOG.md"
},
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "chore(release): update ${nextRelease.version} changelog & version [skip ci]"
}
],
[
'@semantic-release/exec',
{
prepareCmd: 'echo ${nextRelease.version} > VERSION',
publishCmd: 'mix hex.publish --yes',
},
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "VERSION"],
"message": "chore(release): update ${nextRelease.version} changelog & version [skip ci]"
}
],
],
};

0 comments on commit d57265f

Please sign in to comment.