0.2.4 • Published 2 years ago
testing-publishing-pkg v0.2.4
publish npm package with changesets
A test using changesets to publish npm package.
Setup with pnpm
.
Create a git project
- Create a folder
mkdir name-of-your-project
- Initialize a git repo
git init
Github permission
- On the repository, go to
Settings
>Actions
>Generals
>Workflow permissions
- Choose:
Read and write permission
- Enable:
Allow Github Actions to create and approve pull requests
- Choose: