v1.2.5 - 2023-06-30 09:16:31
Speed up the runtime by pre-installing dependencies in the image build process.
- dockerfile:
- change CMD (6c54eb3)
v1.2.4 - 2023-02-01 16:28:15
Fix the bug of multiple git deps installed when building the image
- 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)
- 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.
- analyze:
- deal with search failure (4a2eb69)
v1.2.1 - 2022-07-13 12:57:47
Fix the bug of regeneration release list.
- 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
- README:
- update contributors (483962f)
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
- main:
- add some debug msg (6d51a1e)
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).
v1.0.7 - 2021-09-25 02:36:00
New Feature:
- Split param
PATH
intoPATH
andBRANCH
: you can specify which file path inPATH
param and which branch to update changes inBRANCH
param. - Add new param
PULL_REQUEST
, which must be used together with paramBRANCH
. Default set to''
means not to open a pull request. You can set a target branch name inPULL_REQUEST
that is different withBRANCH
so that to do the following things:- Commit changes(if have) to file specified in
PATH
inBRANCH
(if not set means default branch) - If
PULL_REQUEST
set to a different branch withBRANCH
then a new pull request will be opened.
- Commit changes(if have) to file specified in
- pull:
- resolve missing arguments (adc6b0d)
-
readme:
-
README:
- update contributors (89e0465)
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>
- README:
- update usage for token (4bcbaff)
v1.0.5 - 2021-08-18 01:41:46
Bugfix: automatically detect git version used in docker build to avoid mismatching git version
- 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.
- release:
- exclude release commits not in git log history (aed3b71)
v1.0.3 - 2021-04-26 05:03:38
Performance improvement for Dockerfile.
- changelog:
- support to create new file (812a532)
- Dockerfile:
- merge layers (b657899)
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
-
release_info:
-
mode:
-
join:
v1.0.1 - 2020-10-16 12:14:37
fix the bug of CRLF in release info
- release_body:
- replace CRLF with LF (afa6acb)
- README:
- add a new badge (38eaef5)
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.
- unrelease:
- remove empty unreleased part (4920949)
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.
- general:
- feature(main): add a newline to end of changelog (e40fb49)
- main:
- add a blank newline at the end (9ae5e55)
- main:
- extract release_body generation (e7f49c2)
v0.0.3 - 2020-08-10 08:02:40
See CHANGELOG for changes
- dockerfile:
- avoid additional update (c1346a9)
- dockerfile:
- add update for apt (08926c6)
v0.0.2 - 2020-08-10 03:57:49
Please CHANGELOG
-
dockerfile:
- use chmod to deal with execution permission issue (6089466)
-
main:
- deal with DeprecationWarning (50cfdf3)
-
CONTRIBUTING:
- refactor to have styleguide (de4c460)
-
README:
- change
parameters
toinputs
(74e884d)
- change
-
CONTRIBUTING.md:
- fix typo and change a word (6721474)
v0.0.1 - 2020-07-30 02:40:43
See CHANGELOG for changes
-
main:
-
CHANGELOG:
- add main script (5de4459)
* This CHANGELOG was automatically generated by auto-generate-changelog