Skip to content

Releases: corentin-regent/poetrel

v1.4.2

09 Apr 11:30
Compare
Choose a tag to compare

Removed unnecessary curl to get the Poetrel labels.toml file, now reference it directly using
$GITHUB_ACTION_PATH.

v1.4.1

07 Apr 08:44
Compare
Choose a tag to compare

Added GitHub Deployments with
environment and concurrency in the docs examples.

v1.4.0

06 Apr 05:33
Compare
Choose a tag to compare

Added the default value of github.token for the github-token inputs of all actions

v1.3.0

05 Apr 19:19
Compare
Choose a tag to compare

Replaced [skip actions] marker with the shorter [skip ci]

v1.2.1

05 Apr 14:22
Compare
Choose a tag to compare

Fixed the documentation for poetrel/sync-labels and poetrel/release-gh-action

v1.2.0

05 Apr 13:54
Compare
Choose a tag to compare

New Actions

  • Added the poetrel/release-gh-action action for automatic releases of GitHub actions.
  • Added the poetrel/sync-labels action for synchronizing your repository with Poetrel labels.

Miscellaneous

  • Added a simple message in the Unreleased section to reduce conflicts
  • Added a default value for the changelog input
  • Stopped using the git-auto-commit
    action, to support any OS.
  • Added the ability to specify the git user, email and author for the commmit.
  • Setup Python with the latest version, if setup-poetry is set to true.

v1.1.1

31 Mar 06:40
Compare
Choose a tag to compare

Fixed branch protection bypass by removing checkout in the action

v1.1.0

23 Mar 07:14
Compare
Choose a tag to compare

Added support for publishing to PyPI

v1.0.0

22 Mar 09:00
Compare
Choose a tag to compare

First release of the action