File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tell Git about your signing key.
11
11
1 . Merge all PRs intended for the release.
12
12
1 . Rebase latest remote main branch locally (` git pull --rebase origin main ` ).
13
13
1 . Ensure all analysis checks and tests are passing (` TEST_PARALLELISM=8 make testacc ` ).
14
- 1 . Run ` go mod vendor ` and ` make goreleaser GORELEASER_ARGS="--snapshot --skip=validate --clean" ` .
14
+ 1 . Run ` make goreleaser GORELEASER_ARGS="--snapshot --skip=validate --clean" ` .
15
15
1 . Open a new PR to update CHANGELOG ([ example] ( https://github.com/fastly/terraform-provider-fastly/pull/498/files ) ).
16
16
- We utilize [ semantic versioning] ( https://semver.org/ ) and only include relevant/significant changes within the CHANGELOG.
17
17
1 . 🚨 Ensure any _ removals_ are considered a BREAKING CHANGE and must be published in a major release.
You can’t perform that action at this time.
0 commit comments