File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release a tagged version of the '@elastic/ecs-helpers' package.
2
- name : release
2
+ name : release-ecs-helpers
3
3
4
4
on :
5
5
push :
Original file line number Diff line number Diff line change @@ -22,11 +22,15 @@ Assuming "x.y.z" is the release version:
22
22
changes, then the commit/PR title should include mention of those
23
23
things as well.)
24
24
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:
26
27
```
27
28
git tag ecs-helpers-vx.y.z
28
29
git push origin ecs-helpers-vx.y.z
29
30
```
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
30
34
31
35
5. The automation will do the rest.
32
36
@@ -68,11 +72,14 @@ below command in a clean git clone:
68
72
69
73
3. Get the PR approved and merged.
70
74
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 :
72
76
```
73
77
git tag vx.y.z
74
78
git push origin vx.y.z
75
79
```
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
76
83
77
84
5. The automation will do the rest.
78
85
You can’t perform that action at this time.
0 commit comments