Skip to content

Commit

Permalink
Automatically increase patch version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Ueberfuhr committed Oct 19, 2022
1 parent 0c6822c commit 92459a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
git config user.email ""
git add package.json
git commit --author="Automated GitHub Action <>" -m "Increase patch version after release"
git push
git push origin HEAD:main
working-directory: projects/gitlab-client
2 changes: 1 addition & 1 deletion projects/gitlab-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ueberfuhr/ngx-gitlab-client",
"version": "0.0.4",
"version": "0.0.5",
"peerDependencies": {
"@angular/common": ">=11",
"@angular/core": ">=11"
Expand Down

0 comments on commit 92459a9

Please sign in to comment.