Skip to content

Commit 3383a38

Browse files
committed
perf: force semantic-release bump version
- mod `.releaserc.json` config with missing branches config
1 parent 1f92465 commit 3383a38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"branches": "main",
2+
"branches": ["main",
3+
{
4+
"name": "beta",
5+
"prerelease": true
6+
}
7+
],
38
"debug": "true",
49
"plugins": [
510
[

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,3 @@ git clone https://github.com/norlab-ulaval/dockerized-norlab-project-mock-EMPTY.
101101
cd dockerized-norlab-project-mock-EMPTY
102102
dnp init
103103
```
104-

0 commit comments

Comments
 (0)