-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
|
||
# Releasing | ||
|
||
Once your changes are in master, the latest release should be set as a draft at https://github.com/pactflow/terraform/releases/. | ||
|
||
Once you've tested that it works as expected: | ||
|
||
1. Run `make release` to generate release notes and release commit. | ||
1. Edit the release notes at https://github.com/pactflow/terraform/releases/edit/v<VERSION>. | ||
Once your changes have been merged to master, simply run `make release` to generate release notes, publish the artifacts to Releases and to the Terraform registry. |