Releases: BobAnkh/add-contributors
Releases · BobAnkh/add-contributors
v0.2.2
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
v0.2.1
Fix some small bugs:
- now can specify debug config file in args
- now can exclude no-name accounts
v0.2.0
Add a new feature proposed in #46 to exclude certain contributors(e.g. @renovate-bot and @codacy-badger)
Resolves: #46
v0.0.7
Support other branches.
You can use format like <branch>:<file>
in input PATH
, e.g. dev:/README.md
, to specify the branch of your file.
v0.0.5
See CHANGELOG for changes
v0.1.0
v0.0.8
Change layout of contributors table to make it more beautiful.
v0.0.6
Add more ErrorLog to output, making it more easier to debug
v0.0.4
See CHANGELOG for changes
v0.0.3
See CHANGELOG for changes