-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump patch version for release and add bump action #1679
Conversation
with: | ||
target-branch: 'main' | ||
commit-message: | ||
'CI: increment version to {{version}} after release [skip ci]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[F] Should increment the patch version and push the change back to main
, chances of it working the first time are... minimal.
@@ -11,6 +11,8 @@ jobs: | |||
uses: actions/checkout@v2 | |||
with: | |||
fetch-depth: 0 | |||
persist-credentials: false | |||
ref: ${{ github.ref }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
63344f0
to
fd8bc9b
Compare
fd8bc9b
to
f228efb
Compare
Code Climate has analyzed commit 051bb8c and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.6% (0.0% change). View more on Code Climate. |
This PR bumps the patch version and adds an automation to bump it after each release.