6.0.0 • Published 2 years ago

@hoganb/semantic-release v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@hoganb/semantic-release

semantic-release: angular

semantic-release automates the whole package release workflow including:

  • Determining the next semantic version number based upon conventional commits
  • Generating the release notes
  • Publishing the package to public npm registry

Notes

Branch protection to push directly to main branch disabled in order for the semantic-release bot to update package version (in both package-lock.json and package.json) and CHANGELOG.md files on release.

Q&A

Q. How does it determine the next version number and generate release notes?

  • A. It uses formalized commit messages. e.g. fix: for patch version, feat: for minor version, and BREAKING_CHANGE: for the major version

Q. How does it publish the package?

  • A. It internally run command of npm publish using npm token

Footer

Add footer note

6.0.0

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.5.0

2 years ago

3.4.1

2 years ago

3.4.0

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago