-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from UpCloudLtd/release-v0.5.1
Release v0.5.1
- Loading branch information
Showing
4 changed files
with
24 additions
and
5 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
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Releasing the Terraform provider | ||
|
||
1. Merge all your changes to the stable branch | ||
1. Create a new release branch e.g. `release-v2.3.5` | ||
1. Update [CHANGELOG.md](CHANGELOG.md) | ||
1. Add new heading with the correct version e.g. `## [2.3.5]` | ||
1. Update links at the bottom of the page | ||
1. Leave "Unreleased" section at the top empty | ||
1. Update `galaxy.yml` with the new version | ||
1. Update README.md's download link with the new version | ||
1. [Create a draft release in GitHub](https://github.com/UpCloudLtd/upcloud-ansible-collection/releases) with the new version | ||
as the tag like `v2.3.5` | ||
1. Build the collection .tar.gz using `ansible-galaxy collection build` | ||
1. Attach the built .tar.gz into the release | ||
1. Merge your release branch to the stable branch | ||
1. Publish the release |
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