Skip to content

Commit 6ded431

Browse files
authoredJan 6, 2025··
ci: add --preRelease=next arg to release-it (#1834)
## PR Checklist - [x] Addresses an existing open issue: fixes #1830 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Relies on JoshuaKGoldberg/release-it-action#392. Let's hope it works! 🤞 💖
1 parent c802a95 commit 6ded431

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- env:
1515
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1616
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17-
uses: JoshuaKGoldberg/release-it-action@v0.2.2
17+
uses: JoshuaKGoldberg/release-it-action@a97dc74d2cba275b5c5766ae83a0b38f4406a75a
18+
with:
19+
release-it-args: "--preRelease=next"
1820

1921
name: Release
2022

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "1.80.0",
3+
"version": "1.81.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.