Skip to content

kohirens/version-release

Repository files navigation

Version Release

Automatically update your CHANGELOG and release a tag using Conventional Commits.

FYI: Changelog updates are performed using git-cliff tool.

CircleCI CircleCI Orb Version GitHub License CircleCI Community

Provides the following features:

  1. Auto update the change log from Git commit messages based on conventional commits.
  2. Auto updated your CHANGELOG.md and merge it into the main trunk.
  3. Auto publish a release tag on GitHub.

Prerequisites

You will need to integrate CircleCI and GitHub so that Circle CI workflows can write to your repository on your behalf. See the following sections to help you along.

Resources