naturalett commented on a change in pull request #12:
URL: https://github.com/apache/incubator-liminal/pull/12#discussion_r587392084



##########
File path: .github/workflows/versioning.yml
##########
@@ -0,0 +1,31 @@
+name: Versioning RC
+
+on:
+  workflow_run:
+    workflows: ["Running unittest"]
+    branches: [master]
+    types: 
+      - completed
+
+jobs:
+  versioning-auto-commit:

Review comment:
       Yes, any merge to master will produce: **0.0.1rc5-dev1**, 
**0.0.1rc5-dev2**, **0.0.1rc5-dev3**
   It doesn't take a tag. The tag is the release like **0.0.1rc5** and we will 
add **-dev1**




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to