Skip to content

Commit

Permalink
feat: cut prereleases in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Sep 2, 2022
1 parent d48f9ea commit c1824d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
- dev

name: release-please
jobs:
release-please:
Expand All @@ -11,6 +13,7 @@ jobs:
id: release
with:
command: manifest
prerelease: ${{ github.ref == 'refs/heads/dev' }}

rebuild-docs:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"enrico",
"fontawesome",
"fortawesome",
"github",
"hostingchannels",
"immer",
"languagedetector",
Expand Down

0 comments on commit c1824d3

Please sign in to comment.