I usually have multiple feature branches and share those features with our users for their testing. Then, when satisfied we merge to develop branch. Usually, we do somthing like 0.1.1a0+date or 0.1.1a0+jiraTaskNumber or 0.1.1a0+gitBranchName manually.
I would like to automate this and I am not able to see how to achieve this in poetry because it supports only poetry version prepatch|major|so_on.
Can someone help me with how I can achieve this?