Skip to content

Commit

Permalink
Merge pull request runatlantis#214 from hootsuite/release-docs
Browse files Browse the repository at this point in the history
Add docs on how to do a release
  • Loading branch information
lkysow authored Dec 4, 2017
2 parents 652998c + db70545 commit 82fb621
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,16 @@ func TestLockingExisting(t *testing.T) {
other runs being started for the same set of infrastructure and environment. We determine what infrastructure is being modified by combining the
repository name, the directory in the repository at which the terraform commands need to be run, and the environment that's being modified
* **Project Path**: The path relative to the repository's root at which terraform commands need to be executed for this Run
# Creating a New Release
1. Update version number in
1. `main.go`
1. `website/src/themes/kube/layouts/index.html`
1. Update `CHANGELOG.md` with latest release number and information
1. Create a pull request and merge to master
1. Run `make release`
1. Go to https://github.com/hootsuite/atlantis/releases and click "Draft a new release"
1. Prefix version with `v`
1. Description should just be `See CHANGELOG` with link to CHANGELOG at that release
1. Drag in binaries made with `make release`
1. Run `make generate-website-html` and `make upload-website-html` to update website

0 comments on commit 82fb621

Please sign in to comment.