Commit dea8775
committed
Add workflow used to automatically create GitHub releases
The new workflow uses a "RELEASE" file to create, when required, new
release tags and GitHub releases. It uses the following GutHub action:
https://github.com/pipe-cd/actions-gh-release
---
With this in place, the release strategy would be to:
- publish to npm locally. As part of publishing, the package's
version will be stepped in package.json. Create a commit for
that change and also add/update the RELEASE file (*) with
corresponding tag.
- push that commit for review to the GitHub project
- The GitHub action will add a preview of the Github release
to be created upon merging
- once merged, the new tag and automatically-generated
GitHub release will be created, that correspond to the
published npm pacakge
(*) https://github.com/pipe-cd/actions-gh-release#usage
Signed-off-by: Marc Dumais <[email protected]>1 parent 5cb94e4 commit dea8775
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments