Skip to content

Commit b8d4ab7

Browse files
authored
setup v4 (#5243)
1 parent 1f6b75a commit b8d4ab7

File tree

4 files changed

+756
-725
lines changed

4 files changed

+756
-725
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Closes SAP/cloud-sdk-backlog#ISSUENUMBER.
44

5+
- [ ] I know which base branch I chose for this PR, as the default branch is `v3-main` now, which is not for v4 development.
6+
57
<!-- Check List:
68
* Tests created/adjusted for your changes.
79
* PR title adheres to [conventional commit guidelines](https://www.conventionalcommits.org).

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
yarn changeset pre enter ${date}
184184
yarn changeset version
185185
yarn changeset pre exit
186-
yarn changeset publish --tag canary
186+
yarn changeset publish --tag next
187187
env:
188188
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
189189
draft-github-release:

0 commit comments

Comments
 (0)