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
chore: improve release tagging to support pre-releases (#3612)
This updates the 'npm publish' and 'github release' steps of the
release process to do the right thing for pre-releases. If a release
for a pre-release tag (one with hyphen) is started, this will now
properly avoid tagging the npm package and github release as
latest.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,6 @@ A release involves the following published artifacts:
218
218
If this is a new major release, then:
219
219
220
220
- [Create an issue](https://github.com/elastic/website-requests/issues/new) to request an update of the [EOL table](https://www.elastic.co/support/eol).
221
-
- Update the "Active release branches" section of the main README.
221
+
- Update the "Active release branches" section of the main "README.md".
222
222
- Update the "release.yml" for the new "N.x" *maintenance* branch as follows:
223
223
- The `npm publish ...` call must include a `--tag=latest-<major>` option.
224
-
- The `gh release create ...` call must include a `--latest=false` option.
0 commit comments