You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Bump version and push tagid: create-taguses: anothrNick/github-tag-action@1.71.0env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}WITH_V: true
If I make a commit message commit one #none, then I expect no version bump to be made. This is what happens. However, if I make the next commit without a version bump message, commit two, I still expect this action to made the default version bump. Instead, this action doesn't make a version bump in this case because #none is still present in the previous commit message.
Is my explanation what should be expected? Or was this made on purpose?
In other words, I feel like the log variable should only be the last commit message:
Usage:
If I make a commit message
commit one #none
, then I expect no version bump to be made. This is what happens. However, if I make the next commit without a version bump message,commit two
, I still expect this action to made the default version bump. Instead, this action doesn't make a version bump in this case because#none
is still present in the previous commit message.Is my explanation what should be expected? Or was this made on purpose?
In other words, I feel like the
log
variable should only be the last commit message:github-tag-action/entrypoint.sh
Line 162 in f278d49
Here is my configuration:
The text was updated successfully, but these errors were encountered: