Skip to content

Commit 0e587e2

Browse files
committed
feat: extend semantic-release workflow to support alpha and beta branches
- Updated GitHub Actions workflow to trigger releases on `alpha` and `beta` branches in addition to `main`. - Fixed minor README typo for improved clarity in the beta testing section. Issue NMO-670, NMO-648, NMO-693
1 parent f24469c commit 0e587e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/semantic_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
push:
2424
branches:
2525
- main
26+
- alpha
27+
- beta
2628

2729
permissions:
2830
contents: read # for checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dnp up
9494
dnp down
9595
```
9696

97-
### For beta tester or just to dry-run a DNP in an throwaway project
97+
### For beta tester or just to dry-run DNP in an throwaway project
9898
```shell
9999
# CLone dockerized-norlab-project-mock-EMPTY
100100
git clone https://github.com/norlab-ulaval/dockerized-norlab-project-mock-EMPTY.git

0 commit comments

Comments
 (0)