For this guide we will be publishing a simple NPM typescript package called "npm-package-template-changesets" by using PNPM and the
Then, create a new repo on Github, go to Settings and add it to the secrets:
and enable this option or changesets won't be able to open PRs:
- New files were created in the
.changesetsfolder, for this first release we should amend them to the previous commit so we don't add another one:
git add .
git commit -m "first release" --amend
8. Push to the repository
git push origin master
After the CI is done, check the Pull Requests tab on the repo, there should be one open
SOCIAL SHARE CARD GENERATOR