-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(internal/pkg/cmd/bump.go): Update pre-bump and post-bump scr…
…ipts execution flow (#66) - Replace config.RunHook("pre-bump") with config.RunPreBump() for pre-bump script execution - Replace config.RunHook("post-bump") with config.RunPostBump() for post-bump script execution - Update error handling in case of script failures to provide more informative messages - Modify the increment version function call sequence and update related error handling - Add logging for change information during bump operation - Update the version updating process and handle errors appropriately
- Loading branch information
1 parent
312dcda
commit 8c66425
Showing
2 changed files
with
49 additions
and
14 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