kbss-cvut / bpmn2stamp

1 stars 0 forks source link

Fix creation of pre-releases #39

Closed blcham closed 1 year ago

blcham commented 2 years ago

A/C:

image

grigobog commented 2 years ago

It seems like if a new release is made using the same tag as in the previous - it is not considered as an actually new release, so release date is not updated. I see few options to fix this:

  1. Add a step to build action to update version before the release (e.g. increment minor version number or add datetime)
  2. Add datetime to the name of the release (even though release date will stay the same, it will not be that confusing).

For now I used option 2, so every new release will have date and time in the title.

blcham commented 2 years ago

@grigobog

grigobog commented 2 years ago

Check why source codes are not updated.

blcham commented 1 year ago

This issue was not fully fixed but we have sufficient solution as demonstrated here: image

Closing as the resolution of this issue is not priority now (it is non-trivial to solve).