Skip to content
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

makefile: improve bump version #43

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

waltzofpearls
Copy link
Owner

when running the make bump-version, it will

  • create a git branch with the next version number
  • change files that embeds the previous version number and add those files to git index
  • run cargo update and add Cargo.lock to git index
  • print the files that were updated
  • git commit those files and git push

when running the `make bump-version`, it will
- create a git branch with the next version number
- change files that embeds the previous version number and add those
  files to git index
- run `cargo update` and add `Cargo.lock` to git index
- print the files that were updated
- git commit those files and git push
@waltzofpearls waltzofpearls merged commit 9ff5aa1 into main Nov 13, 2023
14 checks passed
@waltzofpearls waltzofpearls deleted the improve-makefile-bump-version branch November 13, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant