likablehair-ui-components
v2.0.25
Published
Likablehair UI components
Downloads
12
Keywords
Readme
Releases process
make sure to add all components to the src/index.js
make sure to commit all your changes
make sure to add github token and npm token in your
.env
(there's a.env.example
to duplicate)run
npx auto changelog
to auto generate changelog from the last versioncommit the
CHANGELOG.md
run
npm --allow-same-version version 2.0.24 -m "Bump version to: %s [skip ci]"
run
npm publish --access=public
run
git push --follow-tags origin master
to create the new version on GitHub (notice themaster
branch)run
npx auto release
all done!
make sure to loggedin npm
run
npm login