Skip to content

Conversation

pavolloffay
Copy link
Member

No description provided.

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
@@ -44,12 +44,11 @@ jobs:
- image: circleci/openjdk:11.0.6-jdk-buster
steps:
- setup_build_environment
- run: ./gradlew :tag -Prelease
- run: echo "Releasing version" && ./gradlew printVersion
- run: ./gradlew publish
- add_ssh_keys:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this too as we don't need to push to remote anymore.

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
@@ -72,4 +68,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^release-.*/
only: /^[0-9]+\.[0-9]+\.[0-9]+/
Copy link
Member Author

@pavolloffay pavolloffay Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not support CRs. It could be added later.

the ./gradlew printVersion supports anything in the tag.

@pavolloffay pavolloffay merged commit b618970 into main Oct 28, 2020
@pavolloffay pavolloffay deleted the simplify-release branch October 28, 2020 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant