-
Notifications
You must be signed in to change notification settings - Fork 14
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
Cryptically deleting the.version
file
#32
Comments
Hi @sumanchapai, the idea when using the GitHub Action is that you don't have to deal with the Lines 102 to 108 in 1b14387
|
Thanks @christophwitzko. I had a use case where I needed to update the version file and only the create a build with the updated version file also push the version file to git. What I did was:
I did this in a fork of this repo: https://github.com/sumanchapai/go-semantic-release-action. |
I spent many hours in the
semantic-release
repo figuring why the version file wouldn't be created only to find out that it does get created but gets deleted by this action. I am not exactly sure what the rationale was for deleting this file. Also, if this is something the user needs (as well as the changelog file if defined), don't we need to perform git add, git commit and git push so save these changes?action/src/index.ts
Line 100 in 1b14387
The text was updated successfully, but these errors were encountered: