Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to support ChangeLog #9

Closed
rising3 opened this issue Aug 29, 2021 · 0 comments
Closed

Add an option to support ChangeLog #9

rising3 opened this issue Aug 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rising3
Copy link
Owner

rising3 commented Aug 29, 2021

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.

  • Support templates for change log.
  • Support for GitHub Release.

An example of the default output following:

v0.0.0 (2021-09-02)

Bug Fixes

  • fix: a bug fix (03615f6c0704b5dcdb5253d558e2cef5f090dc82)
  • fix(core): a bug fix (03615f6c0704b5dcdb5253d558e2cef5f090dc82)

Features

  • feat: a new feature (26c455ec373fe553c8acca38dceb7a86fdc2dcdc)
  • feat(common): a new feature (26c455ec373fe553c8acca38dceb7a86fdc2dcdc)

BREAKING CHANGES

  • BREAKING CHANGES: a breaking change (373a1c50b884f4f255c38d03d927bf78d091c58c)
  • build!: a breaking change (373a1c50b884f4f255c38d03d927bf78d091c58c)
  • build(upgrade)!: a breaking change (373a1c50b884f4f255c38d03d927bf78d091c58c)

Documentation

  • docs: documentation only changes (ff8bccc64d9fdba276334cc2574bb9b141ad9521)
  • docs(changelog): documentation only changes (ff8bccc64d9fdba276334cc2574bb9b141ad9521)

Performance Improvements

  • pref: a code change that improves performance (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)

Build Improvements

  • build: changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) (0e49c3ede505497425413b9ed93617f2c058ba24)

CI Improvements

  • ci(deploy): changes to our ci configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) (e71c7453cc624a3e7204adc6f37df2ad4370d209)

Code Refactoring

  • refactor: a code change that neither fixes a bug nor adds a feature (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)
  • refactor(runtime): a code change that neither fixes a bug nor adds a feature (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)

Tests

  • test: adding missing tests or correcting existing tests (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)
  • test(core): adding missing tests or correcting existing tests (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)

Styles

  • style: changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) (6edfe156fc1d793a255c4a1fd4024eef9d8b815c)

Chores

  • chore: chore (e71c7453cc624a3e7204adc6f37df2ad4370d209)

Other Changes

  • undefined: other message (c1c0e068847ab075728fefb21c14b760881df81e)
  • undefined(http): other message (c1c0e068847ab075728fefb21c14b760881df81e)
  • other message (1c5f0ec0366d9ba8c1cf6ecfde75a11148af90ad)
@rising3 rising3 added the enhancement New feature or request label Aug 29, 2021
@rising3 rising3 self-assigned this Aug 29, 2021
@rising3 rising3 added this to the 0.6.0 milestone Aug 29, 2021
@rising3 rising3 changed the title Add an option to support Change Logs Add an option to support ChangeLog Sep 2, 2021
rising3 added a commit that referenced this issue Sep 4, 2021
rising3 added a commit that referenced this issue Sep 4, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
rising3 added a commit that referenced this issue Sep 5, 2021
@rising3 rising3 closed this as completed Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant