Releases: sequentech/release-bot
Release 0.0.3-rc.1
📋 All Changes
Release 0.0.3-rc.0
v0.0.2-rc.4
What's Changed
- Reliable detection of version draft generated by the
release-botby @edulix in #2 - Rename actions: sync -> pull, publish -> push by @edulix in #7
New Contributors
Full Changelog: https://github.com/sequentech/release-bot/commits/v0.0.2-rc.4
Release 0.0.2-rc.3
What's Changed
- Reliable detection of version draft generated by the
release-botby @edulix in #2 - Rename actions: sync -> pull, publish -> push by @edulix in #7
New Contributors
Full Changelog: https://github.com/sequentech/release-bot/commits/v0.0.2-rc.3
Release 0.0.2-rc.2
📋 All Changes
Release 0.0.2-rc.1
📋 All Changes
v0.0.2
Release 0.0.2-rc.0
📋 All Changes
Release 0.0.1
📋 All Changes
Release 0.0.1-rc.0
📝 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:

See sequentech/release-bot#1 for details.
📋 All Changes
Other
-
Rename actions: sync -> pull, publish -> push (sequentech/release-bot#6)
by @edulix -
✨ Prepare Release 0.0.1-rc.0 (sequentech/release-bot#4)
by @github-actions[bot] -
Reliable detection of version
draftgenerated by therelease-bot(sequentech/release-bot#1)
by @edulix