File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v2.0.0 " ></a >
2
+ ## [ v2.0.0] - 2023-01-31
3
+ <a name =" v1 " ></a >
4
+ ## [ v1] - 2020-05-21
1
5
<a name =" v1.0.0 " ></a >
2
6
## [ v1.0.0] - 2020-05-21
3
7
### Bug Fixes
42
46
### Features
43
47
- New Relic deployment marker action
44
48
45
- [ Unreleased ] : https://github.com/newrelic/deployment-marker-action/compare/v1.0.0...HEAD
49
+ [ Unreleased ] : https://github.com/newrelic/deployment-marker-action/compare/v2.0.0...HEAD
50
+ [ v2.0.0 ] : https://github.com/newrelic/deployment-marker-action/compare/v1...v2.0.0
51
+ [ v1 ] : https://github.com/newrelic/deployment-marker-action/compare/v1.0.0...v1
46
52
[ v1.0.0 ] : https://github.com/newrelic/deployment-marker-action/compare/v0.2.0...v1.0.0
47
53
[ v0.2.0 ] : https://github.com/newrelic/deployment-marker-action/compare/v0.1.2...v0.2.0
48
54
[ v0.1.2 ] : https://github.com/newrelic/deployment-marker-action/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ COLOR_RED='\033[0;31m'
4
4
COLOR_NONE=' \033[0m'
5
5
CURRENT_GIT_BRANCH=$( git rev-parse --abbrev-ref HEAD)
6
6
7
- if [ $CURRENT_GIT_BRANCH != ' master ' ]; then
7
+ if [ $CURRENT_GIT_BRANCH != ' main ' ]; then
8
8
printf " \n"
9
- printf " ${COLOR_RED} Error: The release.sh script must be run while on the master branch. \n ${COLOR_NONE} "
9
+ printf " ${COLOR_RED} Error: The release.sh script must be run while on the main branch. \n ${COLOR_NONE} "
10
10
printf " \n"
11
11
12
12
exit 1
You can’t perform that action at this time.
0 commit comments