Skip to content

Commit

Permalink
chore: update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Jun 11, 2020
1 parent d12b7fd commit b6990ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cd configs/manager && kustomize edit set image controller=newrelic/kubernetes-op
# Auto-generate CHANGELOG updates
git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md

# Commit CHANGELOG updates
git add CHANGELOG.md
git commit -m "chore(changelog): Update CHANGELOG for v${RELEASE_VERSION}"
git push origin release/v${RELEASE_VERSION}
# Commit updates
git add CHANGELOG.md configs/manager/kustomization.yaml
git commit --no-verify -m "chore(release): Updates for v${RELEASE_VERSION}"
git push --no-verify origin release/v${RELEASE_VERSION}

0 comments on commit b6990ac

Please sign in to comment.