Skip to content

Releases: datalad/release-action

v1.1.0

31 Jan 19:51
Compare
Choose a tag to compare

πŸš€ Enhancements and New Features

  • Describe triggering releases via workflow_dispatch; error on release if no commits since last tag. Fixes #34 via PR #51 (by @jwodder)

v1.0.2

18 Jan 16:43
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Update actions/checkout version in workflow created by populate-workflows.sh. PR #40 (by @jwodder)

  • Fix the concurrency label for the add-changelog-snippet workflow. PR #42 (by @jwodder)

πŸ”© Dependencies

🏠 Internal

πŸ§ͺ Tests

v1.0.1

07 Nov 17:04
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Fix location of add-changelog-snippet.yml generated by populate-workflows.sh. PR #31 (by @jwodder)

  • Fix detection of the highest version tag. PR #35 (by @jwodder)

🏠 Internal

v1.0.0

24 Oct 18:10
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • Improve handling of tag-prefix (now a config file option). Fixes #22 via PR #23 (by @jwodder)

  • Rename fragment_directory option to fragment-directory. PR #24 (by @jwodder)

πŸš€ Enhancements and New Features

πŸ“ Documentation

🏠 Internal

v0.1.0

18 Oct 19:45
Compare
Choose a tag to compare

πŸš€ Enhancements and New Features

πŸ› Bug Fixes