Skip to content

Commit f3ada96

Browse files
committed
chore(release): set v14-alpha release branch
1 parent bc8a88c commit f3ada96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2+
"$schema": "node_modules/release-it/schema/release-it.json",
23
"git": {
34
"changelog": "npm exec auto-changelog -- --stdout --commit-limit false --unreleased --breaking-pattern 'BREAKING CHANGE:' --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
45
"commitMessage": "chore(release): ${version}",
56
"push": false,
6-
"requireBranch": "main",
7+
"requireBranch": "v14-alpha",
78
"tag": true
89
},
910
"github": {

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ create-release-commit:
265265
#!/usr/bin/env bash
266266
set -euxo pipefail
267267

268-
npm exec release-it
268+
npm exec release-it --increment pre
269269

270270
# Publish the npm package for a specific target
271271
publish-npm-binary-package:

0 commit comments

Comments
 (0)