You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,9 @@
4
4
### Preparing a Release
5
5
6
6
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
7
-
2. For major and minor releases, update the EOL table.
8
-
3. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
9
-
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.
10
-
5. Trigger a release after succesful testing.
7
+
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.
9
+
4. Trigger a release after succesful testing.
11
10
12
11
### Trigger a Release
13
12
@@ -26,4 +25,4 @@ Tag the release via your preferred tagging method. Tagging a release (v1.1.0) v
26
25
* [new tag] v1.1.0 -> v1.1.0
27
26
28
27
This will trigger a build in the CI that will create the Build Artifacts
0 commit comments