Skip to content

Commit 350bc96

Browse files
authored
Merge pull request #945 from buildkite/eleanorkiefelhaggerty/release/v5.7.1
Release v5.7.1
2 parents c656f9c + 5cd6b43 commit 350bc96

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [v5.7.1](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v5.7.0...v5.7.1) (2021-10-14)
8+
9+
### Added
10+
11+
* Add new docs links to template file
12+
713
## [v5.7.0](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v5.6.1...v5.7.0) (2021-09-29)
814

915
### Added

RELEASE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Releasing the Elastic CI Stack for AWS
22

33
A super quick rundown of the steps to release the AWS Elastic Stack:
4-
5-
1. Generate a changelog to preview the changes `ghch --format=markdown --from=v5.3.0 --next-version=v5.4.0` and decide whether this is a major, minor, or bugfix
4+
1. Install golang with brew install go
5+
1. Install [ghch](https://github.com/buildkite/ghch) with go get github.com/Songmu/ghch/cmd/ghch.
6+
1. Generate a changelog to preview the changes `ghch --format=markdown --from=v5.7.0 --next-version=v5.7.0` and decide whether this is a major, minor, or bugfix
67
release. Re-run `ghch` if necessary to change the next version.
78
1. Create a branch to update the changelog e.g. `keithduncan/release/v5.4.0`
89
1. Update `CHANGELOG.md`, rearrange it into whatever categories makes sense,
@@ -28,9 +29,9 @@ Draft a Buildkite Changelog using the following template:
2829
> Title: Agent vx.x.x and AWS Elastic Stack vx.x.x release
2930
> Content:
3031
> The x.x.x version of the buildkite-agent and the x.x.x version of the AWS elastic stack are now available.
31-
>
32-
> The agent has added the ability to do ____, and ____. This agent release has been added to the x.x.x release of the elastic stack, as well as ____ and ____.
33-
>
32+
>
33+
> The agent has added the ability to do ____, and ____. This agent release has been added to the x.x.x release of the elastic stack, as well as ____ and ____.
34+
>
3435
> For full list of additions, changes, and fixes, see the [buildkite-agent changelog](https://github.com/buildkite/agent/releases/tag/v3.31.0) and the [elastic-ci-stack-for-aws changelog](https://github.com/buildkite/elastic-ci-stack-for-aws/releases/tag/v5.4.0) on GitHub.
3536
3637
Publish a 🚀 Release category message in the [🤖 Agent Message Board](https://3.basecamp.com/3453178/buckets/11763568/message_boards/1730831248).

0 commit comments

Comments
 (0)