Skip to content

Commit 2886dd7

Browse files
committed
fix: tag target + donation
1 parent 70ce6ea commit 2886dd7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Create new issue
4-
url: https://new-issue.vuejs.org/?repo=vuejs/vue-router-next
4+
url: https://github.com/riderx/vue-timer-hook/issues
55
about: Please use the following link to create a new issue.
66
- name: Github Sponsors
7-
url: https://github.com/sponsors/posva
7+
url: https://github.com/sponsors/riderx
88
about: Love Vue.js? Please consider supporting us via Github Sponsors.
9-
- name: Open Collective
10-
url: https://opencollective.com/vuejs/donate
11-
about: Love Vue.js? Please consider supporting us via Open Collective.
9+

scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ then
3131
git tag "v$VERSION"
3232

3333
# commit
34-
yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
34+
yarn publish --tag latest --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
3535

3636
# publish
3737
git push origin refs/tags/v$VERSION

0 commit comments

Comments
 (0)