Skip to content

Commit aaeff71

Browse files
committed
chore
1 parent 9253894 commit aaeff71

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/release-ecs-helpers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Release a tagged version of the '@elastic/ecs-helpers' package.
2-
name: release
2+
name: release-ecs-helpers
33

44
on:
55
push:

RELEASING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ Assuming "x.y.z" is the release version:
2222
changes, then the commit/PR title should include mention of those
2323
things as well.)
2424
3. Get the PR approved and merged.
25-
4. Tag the commit as follows, in a git clone with the merged commit:
25+
26+
4. Working on the elastic repo (not a fork), tag the commit as follows:
2627
```
2728
git tag ecs-helpers-vx.y.z
2829
git push origin ecs-helpers-vx.y.z
2930
```
31+
The GitHub Actions "release-ecs-helpers" workflow will handle the release
32+
steps -- including the `npm publish`. See the appropriate run at:
33+
https://github.com/elastic/ecs-logging-nodehs/actions/workflows/release-ecs-helpers.yml
3034
3135
5. The automation will do the rest.
3236
@@ -68,11 +72,14 @@ below command in a clean git clone:
6872
6973
3. Get the PR approved and merged.
7074
71-
4. Tag the commit as follows, in a git clone with the merged commit:
75+
4. Working on the elastic repo (not a fork), tag the commit as follows:
7276
```
7377
git tag vx.y.z
7478
git push origin vx.y.z
7579
```
80+
The GitHub Actions "release" workflow will handle the release
81+
steps -- including the `npm publish`. See the appropriate run at:
82+
https://github.com/elastic/ecs-logging-nodehs/actions/workflows/release.yml
7683
7784
5. The automation will do the rest.
7885

0 commit comments

Comments
 (0)