-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
7 additions
and
0 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 |
---|---|---|
|
@@ -38,6 +38,7 @@ Features: | |
- [Optimizing for Slow Docker Builds](#optimizing-for-slow-docker-builds) | ||
- [Security](#security) | ||
- [Questions?](#questions) | ||
- [Releasing](#releasing) | ||
- [Licence](#licence) | ||
|
||
<!-- tocstop --> | ||
|
@@ -248,6 +249,12 @@ Also keep in mind the EC2 HTTP metadata server is available from within builds, | |
Feel free to drop me an email to [email protected] with questions, or checkout the `#aws-stack` and `#aws` channels in [Buildkite Slack](https://chat.buildkite.com/). | ||
|
||
## Releasing | ||
|
||
* Create and push `v${VERSION}` tag (e.g. `v10.0`) | ||
* Upload stack JSON and mapping YML artifacts to `buildkite-aws-stack` S3 bucket | ||
* Create GitHub release (following previous release as a template) w/ stack JSON and mapping YML attached. | ||
|
||
## Licence | ||
|
||
See [Licence.md](Licence.md) (MIT) |