Skip to content
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

Consider automating snapshot releases? #971

Open
lread opened this issue Oct 28, 2020 · 2 comments
Open

Consider automating snapshot releases? #971

lread opened this issue Oct 28, 2020 · 2 comments

Comments

@lread
Copy link
Contributor

lread commented Oct 28, 2020

Would it make sense to automatically deploy a SNAPSHOT release after each successful build on master?

I don't think this is happening after having a glance at the github workflow.

If I look at jfrog's repo, it doesn't seem to be happening regularly.

The README implies that deploying SNAPSHOT builds is a manual process.

I don't know how much work this is, so if it has been explored and rejected, I understand.

@robertpanzer
Copy link
Member

Good idea.
We actually had that in the past for the 1.6.0 branch which was in development for a very long time before we made the first release:

after_success: if [ "${TRAVIS_BRANCH}" = "asciidoctorj-1.6.0" -a "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_JDK_VERSION}" = "oraclejdk8" ]; then ./gradlew clean build artifactoryPublish -x test ; fi

We "just" need to bring these steps to the Github Actions build.

@robertpanzer
Copy link
Member

That said, in the future I'd like to get rid of the bintray plugin.
The whole current publishing configuration prevents us from going to the latest Java versions.

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

No branches or pull requests

2 participants