Skip to content

Publishing & releasing the package

Amal Dinesh edited this page Nov 24, 2021 · 3 revisions
  • A release for neetoUI is created when a PR with the label release is merged into master.
  • A release note will have the list of PRs merged after the last tag and the content will be the name of the PR and a link to it.
  • Adding labels like fix, enhancement, feature, chore will categorize the PRs in release notes.
  • Version bump and npm publish will occur after every PR merge into master.
  • Every version update is a patch update
  • To completely skip the GitHub action Publish and create releases, add the label skip-ci.
  • Create releases only when there is any breaking change, critical bug fix, or feature addition.
Clone this wiki locally