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

Commit de958c5

Browse files
author
Nikita Chernyi
committed
Updated README, visual fixes
1 parent 522a20a commit de958c5

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
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

bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# |_.__/ \__,_|_| |_| |_| .__(_)___/_| |_|
88
# | |
99
# |_|
10-
# by @rakshazi
10+
# by @rakshazi
1111
PREFIX="\033[0;32m[bump.sh]\033[0m"
1212

1313
# help

0 commit comments

Comments
 (0)