Skip to content

Commit 77896c2

Browse files
authored
Merge pull request #3 from random-bits-studio/next
v2 - new and improved hooks
2 parents 4687e43 + 6f6a48b commit 77896c2

22 files changed

+8716
-21971
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- next
67
jobs:
78
release:
89
name: Release

.releaserc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"branches": ["main"]
2+
"branches": [
3+
{ "name": "main" },
4+
{ "name": "next", "prerelease": true }
5+
]
36
}

0 commit comments

Comments
 (0)