Skip to content

Latest commit

 

History

History
393 lines (239 loc) · 18.1 KB

CHANGELOG.md

File metadata and controls

393 lines (239 loc) · 18.1 KB

CHANGELOG

v1.2.5 - 2023-06-30 09:16:31

Speed up the runtime by pre-installing dependencies in the image build process.

Bug Fixes

Documentation

  • readme:
    • replace with current version of workflow-snippet (#108) (8b59052) (#108)

Performance Improvements

v1.2.4 - 2023-02-01 16:28:15

Fix the bug of multiple git deps installed when building the image

Bug Fixes

  • general:
    • resolve multiple deps installation (8e25c68)

v1.2.3 - 2022-11-30 14:50:21

Change the check behavior to cooperate with upstream lib(pygithub)

Bug Fixes

  • github:
    • follow check behavior of pygithub (1c8e525)

v1.2.2 - 2022-07-27 02:11:14

Fix the bug when analyzing the existing changelog if the result of regex search is None.

Bug Fixes

  • analyze:
    • deal with search failure (4a2eb69)

v1.2.1 - 2022-07-13 12:57:47

Fix the bug of regeneration release list.

Bug Fixes

  • changelog:
    • resolve regenerate lists (2a09c0a)

v1.2.0 - 2022-07-13 12:48:35

  • Support incremental changelog generation
  • Users can replace the default empty release description
  • Users can control whether unreleased commits are included in changelog

Feature

  • changelog:

Documentation

  • README:

v1.1.1 - 2021-12-29 11:35:12

Fix bug of opening pull request when file/branch not exist.

See #78 for more details

Feature

  • pr:
    • detect branch to create (7432a63)
    • create pr before submit content (ccf0820)

Bug Fixes

  • pr:

    • add check before create (4d502dd)
    • log dbg msg if fail to create (5f9a23a)
  • commit:

    • get default if branch not exist (dcb039a)
  • main:

    • resolve pull request create (de73071)

Documentation

  • readme:

    • update usage of new params (330883d)
  • README:

Refactor

  • main:

v1.1.0 - 2021-11-16 17:38:44

Fix the bug that unscoped commits will now be picked up by default and listed under the scope general, which is configured by the new param DEFAULT_SCOPE. And if you don't want any unscoped commits to show up in your changelog, you can set param SUPPRESS_UNSCOPED to true (default to false).

Feature

  • main:
    • add options to configure scope related behaviour (#75) (d9d66d2) (#75)

v1.0.7 - 2021-09-25 02:36:00

New Feature:

  • Split param PATH into PATH and BRANCH: you can specify which file path in PATH param and which branch to update changes in BRANCH param.
  • Add new param PULL_REQUEST, which must be used together with param BRANCH. Default set to '' means not to open a pull request. You can set a target branch name in PULL_REQUEST that is different with BRANCH so that to do the following things:
    • Commit changes(if have) to file specified in PATH in BRANCH(if not set means default branch)
    • If PULL_REQUEST set to a different branch with BRANCH then a new pull request will be opened.

Feature

  • pull:

    • add new param for pull request (6e3017a)
  • param:

    • add repo detect and BRANCH option (d7b7a99)

Bug Fixes

  • pull:
    • resolve missing arguments (adc6b0d)

Documentation

  • readme:

    • update usage for new param (16df1a0)
    • update usage for new param (06a8569)
    • update usage for params (53f175c)
  • README:

v1.0.6 - 2021-08-18 02:51:28

Feature: Add new input param COMMITTER for user to specify the committer to update file. It should be in format like author <author@example>

Feature

  • changelog:

Documentation

  • README:

v1.0.5 - 2021-08-18 01:41:46

Bugfix: automatically detect git version used in docker build to avoid mismatching git version

Feature

  • dockerfile:
    • add auto-detect git version (d13f31d)

v1.0.4 - 2021-07-16 10:37:12

Fix the problem of release tag commit not in the git log history with empty commits list given to the release. The corresponding section in CHANGELOG will be empty.

Bug Fixes

  • release:
    • exclude release commits not in git log history (aed3b71)

Documentation

v1.0.3 - 2021-04-26 05:03:38

Performance improvement for Dockerfile.

Feature

  • changelog:
    • support to create new file (812a532)

Documentation

Performance Improvements

  • Dockerfile:

v1.0.2 - 2021-01-16 12:52:26

In this version:

  • refactor the data structure
  • support other branches
  • can hide lines in release description

Feature

  • release_info:

  • mode:

  • join:

    • join header and body if necessary (ea31132) (#25)

v1.0.1 - 2020-10-16 12:14:37

fix the bug of CRLF in release info

Bug Fixes

  • release_body:

Documentation

  • README:

v1.0.0 - 2020-10-13 00:59:50

Major version changes with some inputs removed and a new flexible and scaleble input introduced.

TYPE is introduced for users to define what they want to detect and where they want to have it in CHANGELOG all by themselves. Users can define the keyword detected from commit message and the corresonding word presented in the changelog in input TYPE. For example, define feat:Feature will detect commit message like feat(main): add new option and present this in changelog as part Feature.

BREAKING CHANGE: FEAT,FIX,DOCS,CHORE,REFACTOR,PERF are removed.

Feature

  • type:

Bug Fixes

  • unrelease:
    • remove empty unreleased part (4920949)

Documentation

  • README:

    • update inputs for new version (c2d4415)
  • CONTRIBUTING:

v0.0.4 - 2020-09-05 12:03:11

This might be the last release for this major version. I'm going to refactor the code to give more flexibility to the users in the future.

Feature

  • general:
    • feature(main): add a newline to end of changelog (e40fb49)

Bug Fixes

  • main:
    • add a blank newline at the end (9ae5e55)

Performance Improvements

  • main:
    • extract release_body generation (e7f49c2)

v0.0.3 - 2020-08-10 08:02:40

See CHANGELOG for changes

Feature

  • dockerfile:
    • avoid additional update (c1346a9)

Bug Fixes

  • dockerfile:

Documentation

  • README:

  • CONTRIBUTING:

Performance Improvements

  • dockerfile:

v0.0.2 - 2020-08-10 03:57:49

Please CHANGELOG

Feature

  • changelog:

    • add newline after list item (f9ed121)
  • codecov:

Bug Fixes

  • dockerfile:

    • use chmod to deal with execution permission issue (6089466)
  • main:

    • deal with DeprecationWarning (50cfdf3)

Documentation

  • CONTRIBUTING:

    • refactor to have styleguide (de4c460)
  • README:

    • change parameters to inputs (74e884d)
  • CONTRIBUTING.md:

    • fix typo and change a word (6721474)

Performance Improvements

  • main:

  • changelog:

    • simplify progress of updating (dd778cb)

v0.0.1 - 2020-07-30 02:40:43

See CHANGELOG for changes

Feature

  • main:

    • ignore docs(changelog) to appear (93df662)
    • bypass empty section (fd47996)
  • CHANGELOG:

Bug Fixes

  • main:

  • unrelease:

  • git:

  • permission:

    • change permission of main.py (f8bef73)
    • change bash script's permission (dfb2273)

Documentation

  • *:
    • update usage (70796e5)
    • update README for usage and add contributing guidelines (3a69c33)

* This CHANGELOG was automatically generated by auto-generate-changelog