-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove release from GitHub #1980
Conversation
ace71b3
to
4a7c515
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again sorry for the delay. I had nothing important to mention here though.
@@ -237,64 +237,3 @@ jobs: | |||
with: | |||
name: reports-java${{ matrix.java.name }} | |||
path: './**/build/reports/' | |||
|
|||
snapshot: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you plan to restore snapshot publishing somehow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm working on it now.
|
||
env.RELEASE_VERSION = releaseVersion.toString() | ||
env.DEVELOPMENT_VERSION = developmentVersion.toString() | ||
// Dry run is not supported at the moment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean to add this in a later PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this is just a leftover. Dry run is working
No problem. In the end I decided to merge it and apply changes later if needed. |
Part of #1956
@yrodiere Maybe you want to have a quick look? It mimics the one pipeline in ORM, but I'm not updating the website and not using the JIRA. Basically, I've tried to keep the changes to the existing release task to a minimum.
I will improve everything when we have tested that it actually works with a real release.