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

Commit d0d7bc5

Browse files
committed
Updated to version: 0.6-r3
1 parent e6e44b8 commit d0d7bc5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
# Releases
1717

18+
## 0.6-r3
19+
### ⚡️ Updates
20+
- e6e44b8f 🚀 New feat. Add push_cl
21+
1822
## 0.6-r2
1923
### ⚡️ Updates
2024
- 44b179eb update rbmaster

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Those vars are used broadly outside this very Dockerfile
22
# Github Action CI and release script (./utility.sh) is consuming variables from here.
33
ARG APP_NAME="bash-script-template"
4-
ARG VERSION="0.6-r2"
4+
ARG VERSION="0.6-r3"
55
#
66
ARG DOCKERHUB_USER="devmtl"
77
ARG GITHUB_USER="firepress"

utility.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,15 @@ function rbedge {
116116
function ci-status {
117117
hub ci-status -v $(git rev-parse HEAD)
118118
}
119-
function push_cl {
119+
function pushcl {
120120

121121
# push changelog
122122
# Use case: we just updated the changelog file
123123
# the script will: commit, tag, release
124124

125+
App_is_input2_empty
126+
127+
currentBranch=$(git rev-parse --abbrev-ref HEAD)
125128
if [[ "${currentBranch}" == "master" ]]; then
126129

127130
tag_version="${input_2}"

0 commit comments

Comments
 (0)