Skip to content

Commit d9ddfde

Browse files
remove reference to vendor in REALEASE.md
1 parent 58736f1 commit d9ddfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tell Git about your signing key.
1111
1. Merge all PRs intended for the release.
1212
1. Rebase latest remote main branch locally (`git pull --rebase origin main`).
1313
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"`.
1515
1. Open a new PR to update CHANGELOG ([example](https://github.com/fastly/terraform-provider-fastly/pull/498/files)).
1616
- We utilize [semantic versioning](https://semver.org/) and only include relevant/significant changes within the CHANGELOG.
1717
1. 🚨 Ensure any _removals_ are considered a BREAKING CHANGE and must be published in a major release.

0 commit comments

Comments
 (0)