Description
We need to patch old release and publish its new version.
Expected behavior
In order to achieve the purpose we need:
-
To have possibility to build plugin with an arbitrary version (year, month, minor version).
Build naming should follow the naming convention:
[yyyy.mm.<minor-version-indicator>] where:
- month doesn't contain leading zeros
- minor version is not added to the first release in the month
- minor version starts from 1
We want to use default version name (as it's being calculated now) in most cases.
-
We also want to have possibility to build from an arbitrary commit (by hash).
Environment
GitHub Actions
Potential alternatives
No alternatives.
Context
No context.
Description
We need to patch old release and publish its new version.
Expected behavior
In order to achieve the purpose we need:
To have possibility to build plugin with an arbitrary version (year, month, minor version).
Build naming should follow the naming convention:
[yyyy.mm.<minor-version-indicator>] where:
We want to use default version name (as it's being calculated now) in most cases.
We also want to have possibility to build from an arbitrary commit (by hash).
Environment
GitHub Actions
Potential alternatives
No alternatives.
Context
No context.