Skip to content

Commit f5b5dcf

Browse files
committed
doc(RELEASE): Minor improvements to release process.
1 parent eb72a94 commit f5b5dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Release Process
1+
4# Release Process
22

33
1. Merge all PRs intended for the release.
44
1. Rebase latest remote main branch locally (`git pull --rebase origin main`).
55
1. Ensure all analysis checks and tests are passing (`TEST_PARALLELISM=8 make testacc`).
6-
1. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--skip=validate --clean"`.
6+
1. Run `go mod vendor` and `make goreleaser GORELEASER_ARGS="--snapshot --skip=validate --clean"`.
77
1. Open a new PR to update CHANGELOG ([example](https://github.com/fastly/terraform-provider-fastly/pull/498/files))<sup>[1](#note1)</sup>.
88
1. 🚨 Ensure any _removals_ are considered a BREAKING CHANGE and must be published in a major release.
99
1. Merge CHANGELOG.
1010
1. Rebase latest remote main branch locally (`git pull --rebase origin main`)<sup>[2](#note2)</sup>.
11-
1. Tag a new release (`tag=vX.Y.Z && git tag -s $tag -m "$tag" && git push origin $tag`)<sup>[3](#note3)</sup>.
11+
1. Tag a new release (`tag=vX.Y.Z && git tag -s $tag -m $tag && git push $(git config branch.$(git symbolic-ref -q --short HEAD).remote) $tag`)<sup>[3](#note3)</sup>.
1212
1. Copy/paste CHANGELOG into the [draft release](https://github.com/fastly/terraform-provider-fastly/releases).
1313
1. Publish draft release<sup>[4](#note4)</sup>.
1414

0 commit comments

Comments
 (0)