Skip to content

Commit

Permalink
bump latest tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 23, 2023
1 parent 95d141f commit f78ab93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actionstagger",
"version": "2.1.0-rc2",
"version": "2.1.0-rc3",
"repository": {
"type": "git",
"url": "git+https://github.com/Actions-R-Us/actions-tagger.git"
Expand Down
4 changes: 2 additions & 2 deletions scripts/releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ version="${version##+(v)}" # discard leading v
exit 1
fi
echo "Releasing version $version" >&2
git stash
git stash -q
yarn build
git add lib
git commit -m "release files for version $version"
git tag "v$version"
git rm -rf lib
git reset --soft HEAD~1
git stash pop
git stash pop -q || true
)

0 comments on commit f78ab93

Please sign in to comment.