kbss-cvut / bpmn2stamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix creation of pre-releases

blcham opened this issue · comments

A/C:

  • fix or justify why date of release is not updated
  • sources are updated with same date as main jar artefacts

image

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.

@grigobog

Check why source codes are not updated.

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).