Skip to content

Releases: sequentech/release-bot

Release 0.0.3-rc.1

18 Dec 09:27
12f2fbc

Choose a tag to compare

📋 All Changes

Release 0.0.3-rc.0

18 Dec 06:18
729c601

Choose a tag to compare

📋 All Changes

Other

v0.0.2-rc.4

12 Dec 07:19
e7998db

Choose a tag to compare

What's Changed

  • Reliable detection of version draft generated by the release-bot by @edulix in #2
  • Rename actions: sync -> pull, publish -> push by @edulix in #7

New Contributors

  • @edulix made their first contribution in #2

Full Changelog: https://github.com/sequentech/release-bot/commits/v0.0.2-rc.4

Release 0.0.2-rc.3

12 Dec 07:17
e7998db

Choose a tag to compare

What's Changed

  • Reliable detection of version draft generated by the release-bot by @edulix in #2
  • Rename actions: sync -> pull, publish -> push by @edulix in #7

New Contributors

  • @edulix made their first contribution in #2

Full Changelog: https://github.com/sequentech/release-bot/commits/v0.0.2-rc.3

Release 0.0.2-rc.2

12 Dec 07:14
bc7af82

Choose a tag to compare

📋 All Changes

Release 0.0.2-rc.1

12 Dec 07:07
92a8218

Choose a tag to compare

📋 All Changes

v0.0.2

12 Dec 07:20
e7998db

Choose a tag to compare

What's Changed

  • Reliable detection of version draft generated by the release-bot by @edulix in #2
  • Rename actions: sync -> pull, publish -> push by @edulix in #7

New Contributors

  • @edulix made their first contribution in #2

Full Changelog: https://github.com/sequentech/release-bot/commits/v0.0.2

Release 0.0.2-rc.0

10 Dec 10:06
9c201b0

Choose a tag to compare

Release 0.0.2-rc.0 Pre-release
Pre-release

📋 All Changes

Release 0.0.1

10 Dec 05:01
e87be33

Choose a tag to compare

📋 All Changes

Release 0.0.1-rc.0

10 Dec 04:54
4c0672a

Choose a tag to compare

Release 0.0.1-rc.0 Pre-release
Pre-release

📝 Highlights

Reliable detection of version draft generated by the release-bot

Fix the detection of generated versions by querying the local sqlite database. Before, it was trying to detect it parsing the output of the generate command, which was a very fragile detection mechanism that was in fact not working well and only applied if no prefix was applied.
A screenshot sample:
Image
See sequentech/release-bot#1 for details.

📋 All Changes

Other