-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-700: Improve Version Bump Script (#281)
* GH-700: use command cargo update --workspace instead of cargo geneate-lockfile * GH-700: improve the script to update the version in a single run * GH-700: print output in different colors * GH-700: sanitize the input * GH-700: improve regex for input sanitization * GH-700: add colors * GH-700: small improvements * GH-700: add the ability to retrieve previous version * GH-700: refactor the functions and add better logging * GH-700: add better error handling * GH-700: hopefully this works on both the OS * GH-700: add the ability to retreieve the prev_version and new_version values * GH-700: write docs for bump_version.sh * GH-700: fix small mistake inside the documentation * GH-700: Refactor the script * GH-700: review 1 changes (#287) * GH-700: review 2 changes
- Loading branch information
Showing
2 changed files
with
120 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters