Skip to content

Commit

Permalink
ci: setup maintenance branches release process
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 6, 2023
1 parent f887f56 commit 83f76a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- beta
- *.x

jobs:
test:
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 'lts/*'
node-version: lts/*
cache: npm

- name: Install packages
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"repositoryUrl": "git@github.com:insurgent-lab/conventional-changelog-preset.git",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
{
"name": "beta",
Expand Down

0 comments on commit 83f76a8

Please sign in to comment.