You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2021/03/04 11:30:53 UTC

[GitHub] [incubator-liminal] naturalett commented on a change in pull request #12: Publish liminal packages and release notes

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:
users@infra.apache.org