Skip to content

Releases: BobAnkh/add-contributors

v0.2.2

25 Sep 02:41
de6c43a
Compare
Choose a tag to compare

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.

v0.2.1

19 Jul 01:25
1f2cd9f
Compare
Choose a tag to compare

Fix some small bugs:

  • now can specify debug config file in args
  • now can exclude no-name accounts

v0.2.0

16 Jul 08:39
Compare
Choose a tag to compare

Add a new feature proposed in #46 to exclude certain contributors(e.g. @renovate-bot and @codacy-badger)

Resolves: #46

v0.0.7

06 Dec 05:37
Compare
Choose a tag to compare

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

10 Aug 07:03
Compare
Choose a tag to compare

v0.1.0

09 Jan 04:24
Compare
Choose a tag to compare

Refactor the data structure. No breaking changes. Prepare to add some tests

Add local mode for developing on local machine.

v0.0.8

12 Dec 00:50
f229687
Compare
Choose a tag to compare

Change layout of contributors table to make it more beautiful.

v0.0.6

20 Oct 05:40
dfd55f4
Compare
Choose a tag to compare

Add more ErrorLog to output, making it more easier to debug

v0.0.4

30 Jul 03:01
1433cf7
Compare
Choose a tag to compare

v0.0.3

28 Jul 16:08
b95a052
Compare
Choose a tag to compare