Skip to content

Commit 37e0a25

Browse files
authored
chore: v2.0.0 changelog (#24)
1 parent 7f9e51d commit 37e0a25

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="v2.0.0"></a>
2+
## [v2.0.0] - 2023-01-31
3+
<a name="v1"></a>
4+
## [v1] - 2020-05-21
15
<a name="v1.0.0"></a>
26
## [v1.0.0] - 2020-05-21
37
### Bug Fixes
@@ -42,7 +46,9 @@
4246
### Features
4347
- New Relic deployment marker action
4448

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
4652
[v1.0.0]: https://github.com/newrelic/deployment-marker-action/compare/v0.2.0...v1.0.0
4753
[v0.2.0]: https://github.com/newrelic/deployment-marker-action/compare/v0.1.2...v0.2.0
4854
[v0.1.2]: https://github.com/newrelic/deployment-marker-action/compare/v0.1.1...v0.1.2

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ COLOR_RED='\033[0;31m'
44
COLOR_NONE='\033[0m'
55
CURRENT_GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
66

7-
if [ $CURRENT_GIT_BRANCH != 'master' ]; then
7+
if [ $CURRENT_GIT_BRANCH != 'main' ]; then
88
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}"
1010
printf "\n"
1111

1212
exit 1

0 commit comments

Comments
 (0)