rising3 / semver-gradle-plugin

Gradle plugin for Updates the project version.A plugin that can updating the semantic versions like `yarn version` command.
Apache License 2.0
15 stars 7 forks source link

Add an option to support ChangeLog #9

Closed rising3 closed 3 years ago

rising3 commented 3 years ago

Add an option to support Change Log.

This option will auto-generate commit messages from the current release version and later from the commit logs between the next versions.

Other enhancements.


An example of the default output following:

v0.0.0 (2021-09-02)

Bug Fixes

Features

BREAKING CHANGES

Documentation

Performance Improvements

Build Improvements

CI Improvements

Code Refactoring

Tests

Styles

Chores

Other Changes