Skip to content

@EndBug EndBug released this Oct 7, 2020 · 18 commits to master since this release

You can see the full changelog here.

Added:

  • The default commit message now displays the name of the workflow too (issue #64)
Assets 2
Oct 7, 2020

v5

release: v5.1.0
Oct 7, 2020
release: v5.1.0
  • v5.0.0
  • 55e3676
  • Compare
    Choose a tag to compare
    Search for a tag
  • v5.0.0
  • 55e3676
  • Compare
    Choose a tag to compare
    Search for a tag

@EndBug EndBug released this Sep 27, 2020 · 24 commits to master since this release

You can see the full changelog here.

Changed:

  • [BREAKING] Action parameters: multiple action parameters have been changed, refer to the docs for better info
  • The code is now entirely in TypeScript (PR #57)

Fixed:

  • Improved input checks
  • Logs are now displayed on Windows too
  • Remove unnecessary steps
  • Remove unused dependencies
Assets 2

@EndBug EndBug released this Jul 31, 2020 · 44 commits to master since this release

This release adds PR support to the action: you can now use when running the workflow with the pull_request event, and the action will push commits to the head branch.
Ref: issue #48

Assets 2
Jul 31, 2020

v4

release: v4.4.0

@EndBug EndBug released this Jul 29, 2020 · 47 commits to master since this release

This release add a new option: signoff. When this option is set to true, the commit command will use the --signoff argument.
More info on sign-offs: git docs
Ref: #46

Assets 2
  • v4.2.1
  • 06d5446
  • Compare
    Choose a tag to compare
    Search for a tag
  • v4.2.1
  • 06d5446
  • Compare
    Choose a tag to compare
    Search for a tag

@EndBug EndBug released this Jul 10, 2020 · 51 commits to master since this release

This release makes the action work also on Windows instances.
Ref: #33

Assets 2

@EndBug EndBug released this May 17, 2020 · 98 commits to master since this release

This release adds tagging: you can now create and update lightweight tags within the action. Check out the "tagging" section of the readme for more info!
Ref #30

Assets 2

@EndBug EndBug released this May 1, 2020 · 110 commits to master since this release

This release adds the ref option, that allows you to tell the action which branch it should use. If none is entered, it will default to the one that triggered the workflow (which is stored by GitHub in the GITHUB_REF env variable).
Please note that you only need to write the branch name, not the whole refs/heads/... string.
Ref issue: #29

Assets 2
You can’t perform that action at this time.