Skip to content

Commit df4f5b6

Browse files
committed
chore: prepare for 7.0 release
1 parent 52aa4a6 commit df4f5b6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Otherwise, feel free to remove this section.
1515
#### What is the motivation for this change?
1616

1717
<!--
18-
Remove this section if there is an associated Jira ticket explaining the motiviation for this change. If there is not, please fill this section out with
18+
Remove this section if there is an associated Jira ticket explaining the motivation for this change. If there is not, please fill this section out with
1919
information explaining why this change is valuable.
2020
-->
2121

.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 --tag alpha
27+
run: npm publish --provenance --tag latest
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"bump-minor-pre-major": false,
1111
"bump-patch-for-minor-pre-major": false,
1212
"draft": false,
13-
"prerelease": true,
14-
"prerelease-type": "alpha",
15-
"versioning": "prerelease"
13+
"prerelease": true
1614
}
1715
}
1816
}

0 commit comments

Comments
 (0)