Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Updated README, visual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Chernyi committed Sep 27, 2017
1 parent 522a20a commit de958c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# bump.sh

```bash
#!/bin/bash
# _ _
# | | | |
# | |__ _ _ _ __ ___ _ __ ___| |__
# | '_ \| | | | '_ ` _ \| '_ \ / __| '_ \
# | |_) | |_| | | | | | | |_) |\__ \ | | |
# |_.__/ \__,_|_| |_| |_| .__(_)___/_| |_|
# | |
# |_|
# by @rakshazi
```

* Collects changes from commit summaries between branches
* Generates file `CHANGELOG` with list of all changes
* Generates file `CHANGELOG.md` with list of all changes
* Commits that file with commit summary `Release v<NEW_VERSION>`
* Creates new tag with release version
* Pushes commit with new tag
* Opens Gitlab Merge Request (url generated from origin url) with predefined title, description and branches in browser
* Creates new tag with release version and changes list as message
* Pushes commit with new tag and updated changelog
* Opens Gitlab Merge Request (url generated from origin url) with predefined title, description (changes list) and branches in browser

**PLEASE**, use http://semver.org/

Expand Down
2 changes: 1 addition & 1 deletion bin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# |_.__/ \__,_|_| |_| |_| .__(_)___/_| |_|
# | |
# |_|
# by @rakshazi
# by @rakshazi
PREFIX="\033[0;32m[bump.sh]\033[0m"

# help
Expand Down

0 comments on commit de958c5

Please sign in to comment.