Skip to content

Commit e8ad3b9

Browse files
authored
Prepare release for v1.3.0 (#378)
1 parent f13b6a6 commit e8ad3b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
////
1818
1919
[float]
20-
[[lambda-unreleased]]
21-
=== Unreleased
20+
[[lambda-1.3.0]]
21+
=== 1.3.0 - 2023/02/22
2222
23-
https://github.com/elastic/apm-aws-lambda/compare/v1.2.0...main[View commits]
23+
https://github.com/elastic/apm-aws-lambda/compare/v1.2.0...v1.3.0[View commits]
2424
2525
[float]
2626
===== Features

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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
77
2. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
8-
3. Create a test plan for any changes that require manual testing. At the very minimum, a manual smoke test must be conducted before releasing.
8+
3. Create a test plan for any changes that require manual testing. Ensure that the automatic smoke test on the latest commit is successful.
99
4. Trigger a release after succesful testing.
1010

1111
### Trigger a Release

extension/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
package extension
1919

2020
const (
21-
Version = "1.2.0"
21+
Version = "1.3.0"
2222
)

0 commit comments

Comments
 (0)