This repository was archived by the owner on Aug 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11# bump.sh
22
3+ ``` bash
4+ #! /bin/bash
5+ # _ _
6+ # | | | |
7+ # | |__ _ _ _ __ ___ _ __ ___| |__
8+ # | '_ \| | | | '_ ` _ \| '_ \ / __| '_ \
9+ # | |_) | |_| | | | | | | |_) |\__ \ | | |
10+ # |_.__/ \__,_|_| |_| |_| .__(_)___/_| |_|
11+ # | |
12+ # |_|
13+ # by @rakshazi
14+ ```
15+
316* Collects changes from commit summaries between branches
4- * Generates file ` CHANGELOG ` with list of all changes
17+ * Generates file ` CHANGELOG.md ` with list of all changes
518* Commits that file with commit summary ` Release v<NEW_VERSION> `
6- * Creates new tag with release version
7- * Pushes commit with new tag
8- * Opens Gitlab Merge Request (url generated from origin url) with predefined title, description and branches in browser
19+ * Creates new tag with release version and changes list as message
20+ * Pushes commit with new tag and updated changelog
21+ * Opens Gitlab Merge Request (url generated from origin url) with predefined title, description (changes list) and branches in browser
922
1023** PLEASE** , use http://semver.org/
1124
Original file line number Diff line number Diff line change 77# |_.__/ \__,_|_| |_| |_| .__(_)___/_| |_|
88# | |
99# |_|
10- # by @rakshazi
10+ # by @rakshazi
1111PREFIX=" \033[0;32m[bump.sh]\033[0m"
1212
1313# help
You can’t perform that action at this time.
0 commit comments