Releases: bcanseco/github-contribution-graph-action
Releases · bcanseco/github-contribution-graph-action
Fix FORCE_PUSH not working
Misc fixes
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
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
- Add
FORCE_PUSH
Add configurable commit count per day
- Add
MIN_COMMITS_PER_DAY
- Add
MAX_COMMITS_PER_DAY
Bug fix
- Fix incorrect execution directory within Docker container
Minor bug fix
- Fix incorrect GitHub marketplace link on the second line of commit messages
Initial release 🎉
- 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