From 6caa802a4d5b144ee8b929cd7a03bbaf5e5cfec9 Mon Sep 17 00:00:00 2001 From: simitt Date: Wed, 3 Aug 2022 07:52:23 +0200 Subject: [PATCH] docs: fix links --- apm-lambda-extension/CHANGELOG.asciidoc | 4 ++++ apm-lambda-extension/README.md | 4 ++-- apm-lambda-extension/RELEASE.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apm-lambda-extension/CHANGELOG.asciidoc b/apm-lambda-extension/CHANGELOG.asciidoc index b8662aeb..75cd9277 100644 --- a/apm-lambda-extension/CHANGELOG.asciidoc +++ b/apm-lambda-extension/CHANGELOG.asciidoc @@ -47,6 +47,8 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.1...v1.0.2[View commits] [[release-notes-1.0.1]] === 1.0.1 - 2022/06/03 +https://github.com/elastic/apm-aws-lambda/compare/v1.0.0...v1.0.1[View commits] + [float] ==== Features - Add support for building and pushing docker images {pull}199[199] @@ -55,4 +57,6 @@ https://github.com/elastic/apm-aws-lambda/compare/v1.0.1...v1.0.2[View commits] [[release-notes-1.0.0]] === 1.0.0 - 2022/04/26 +https://github.com/elastic/apm-aws-lambda/commits/46e65781912ca0448642e1574c1f8162ffa8dec0[View commits] + First stable release of the Elastic AWS Lambda Extension. \ No newline at end of file diff --git a/apm-lambda-extension/README.md b/apm-lambda-extension/README.md index 34b05a31..3ff9957b 100644 --- a/apm-lambda-extension/README.md +++ b/apm-lambda-extension/README.md @@ -71,6 +71,6 @@ The `Makefile` also provides a `build-and-publish` command which will perform th AWS_SECRET_ACCESS_KEY=h...E \ make build-and-publish -## Release procedure +## Release Procedure -See [release](RELEASE.md) for details about the release procedure. \ No newline at end of file +See [release](RELEASE.md) for details. \ No newline at end of file diff --git a/apm-lambda-extension/RELEASE.md b/apm-lambda-extension/RELEASE.md index 6ccf09dc..d6620927 100644 --- a/apm-lambda-extension/RELEASE.md +++ b/apm-lambda-extension/RELEASE.md @@ -3,7 +3,7 @@ ### Preparing a Release -1. Update the [`CHANGELOG.asciidoc`](changelog.asciidoc), by adding a new version heading (`==== 1.x.x - yyyy/MM/dd`) and changing the base tag of the Unreleased comparison URL +1. Update the [`CHANGELOG.asciidoc`](CHANGELOG.asciidoc), by adding a new version heading (`==== 1.x.x - yyyy/MM/dd`) and changing the base tag of the Unreleased comparison URL 2. For major and minor releases, update the EOL table. 3. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main 4. Create a test plan for any changes that require manual testing. At the very minimum, a manual smoke test must be conducted before releasing.