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

Publish snapshots to GitHub packages #347

Open
bestbeforetoday opened this issue May 10, 2024 · 0 comments
Open

Publish snapshots to GitHub packages #347

bestbeforetoday opened this issue May 10, 2024 · 0 comments

Comments

@bestbeforetoday
Copy link
Member

As a contributor
I want snapshot versions of fabric-chaincode-shim to be published to GitHub Packages on every change
So that I can use development fixes or features before a formal release is published

The release.yml workflow already publishes to GitHub Packages (as well as Maven Central). It would be good for only the GitHub Packages publish to be done on every push.yml workflow. To differentiate from release versions, the Gradle package version used for the push workflow should be of the form x.y.z-SNAPSHOT. This is a standard Maven naming convention.

Although it uses Maven rather than Gradle, the CI pipeline for the fabric-gateway project could be used as a rough guide.

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

1 participant