Skip to content

Releases: bcanseco/github-contribution-graph-action

Fix FORCE_PUSH not working

22 Jan 21:53
74527e7
Compare
Choose a tag to compare

Misc fixes

22 Jan 19:43
0550b58
Compare
Choose a tag to compare

I forgot to actually release recent security patches in a new version 🙃 No feature changes in this release.

Fix GIT_BRANCH behavior for new repos

10 Oct 04:24
ca9d607
Compare
Choose a tag to compare

This is a major version bump because the default behavior of GIT_BRANCH was changed.

  • In v1: if you don't provide it, this GitHub Action works as if you had provided master.
  • In v2: if you don't provide it, this GitHub Action will use the GITHUB_REF environment variable.

See issue #5 (thanks @amychurchwell!) for the rationale behind this change.

Add force push option

04 Jun 04:44
c8d2974
Compare
Choose a tag to compare

Add configurable commit count per day

01 Jun 01:17
b24e266
Compare
Choose a tag to compare
  • Add MIN_COMMITS_PER_DAY
  • Add MAX_COMMITS_PER_DAY

Bug fix

31 May 22:23
7381966
Compare
Choose a tag to compare
  • Fix incorrect execution directory within Docker container

Minor bug fix

31 May 21:35
dba0384
Compare
Choose a tag to compare
  • Fix incorrect GitHub marketplace link on the second line of commit messages

Initial release 🎉

31 May 21:31
615d79c
Compare
Choose a tag to compare
  • Allows creating commits on one or more days
  • Allows custom commit messages
  • Allows custom origin timestamps
  • Allows skipping weekdays/weekends
  • Allows custom Git branches
  • Allows custom Git hosts