iScsc / iscsc.fr

The iScsc website, build with passion by wannabe devs 🔥
GNU General Public License v3.0
4 stars 12 forks source link

Workflow and versioning for `bug-fix` and security patch #53

Closed ctmbl closed 1 year ago

ctmbl commented 1 year ago
    This PR also arises an important question: in such cases where we found a vulnerability and want to patch it, shouldn't we release a `v0.1.1` rapidly to patch the vulnerability on the real website or should we wait for `v0.2.0`.

In the case we want to release v0.1.1 should we:

Following git log --oneline ... format: A:

* (main, v0.1.1) this PR
* commit
* commit
* (v0.1.0) Bump to version 0.1.0

B:

* (main) Merged with `released`
|\
* | commit
* | commit
| * (released, v0.1.1) this PR
|/
* (v0.1.0) Bump to version 0.1.0

Originally posted by @ctmbl in https://github.com/iScsc/iscsc.fr/issues/51#issuecomment-1327972479