Alzymologist / Kalatori-backend

Kalatori daemon to handle chain-to-webstore interaction
GNU General Public License v3.0
0 stars 6 forks source link

ci: Added build and draft release job #17

Closed Nyoxis closed 2 months ago

Nyoxis commented 2 months ago

For <tag> used package version, results in duplicate releases with the same name, if version wasn't bumped beforehand.

Nyoxis commented 2 months ago

For <tag> used package version, results in duplicate releases with the same name, if version wasn't bumped beforehand.

Added package version bump check, excluding this situation.

On pull request event, head and base branches are compared. On push event, this check compares current commit with the previous commit by SHA, thus resulting in comparing versions when commit --amend.