Skip to content

Commit d641947

Browse files
chore: prepare for pre-release (#102)
1 parent 9509606 commit d641947

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
name: actions/setup
2525
uses: ./.github/actions/setup
2626
- if: ${{ steps.release.outputs.release_created }}
27-
run: npm publish --provenance
27+
run: npm publish --provenance --tag alpha
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"bump-minor-pre-major": false,
1111
"bump-patch-for-minor-pre-major": false,
1212
"draft": false,
13-
"prerelease": false
13+
"prerelease": true,
14+
"prerelease-type": "alpha",
15+
"versioning": "prerelease"
1416
}
1517
}
1618
}

0 commit comments

Comments
 (0)