@gisatcz/test-package
v6.1.0
Published
Test package
Downloads
48
Keywords
Readme
test-package
Auto publish configuration
- install auto
$ npm install -D autocreate npm token at
https://www.npmjs.com/settings/<username>/tokensmake token available as env variables (
NPM_TOKEN,GH_TOKENon ci)configure ci to make auto release (full example can be seen in .github/workflows/release.yml)
$ npx auto shipit- configure auto example
Make first publish
Run npm publish --access public to create the package with public access
$ npm publish --access publicMark prs for release
One of these labels have to be added to the pr in order increment right version number after it's merged into master: major, minor, patch.
Prerelease branches
This repo has dev prerelease branch.
Make sure that pr contains label specifying version number to increment
see example
