-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Jars to GH release & Bump version (#240)
* Update release file paths * Update upload to GH release * Change GH release action to avoid drafts and file checks * Remove release notes * Remove automatic bump version * Remove unused workflow_dispatch trigger * Bump version to 0.1.1-rc1 * chore(Dockerfile): make gradle build args configurable * chore(earthly): add release folder and Earthfile itself to .earthlyignore * chore(Earthfile): refactor to make use of our upstream earthly functions * chore(gha): refactor publish job * chore(gha): fix typo in regex check * chore(Earthfile): make the docker-tag-n-push function wait for the builds to finish * chore(gha): enable docker pushes * chore(gha): reworked the publish job to trigger only if tag matches gradle, changed tag trigger to match semver (removing 'v' prefix) and re-enable on-demand builds for SNAPSHOT versions * chore(gha): remove the use or RELEASE_TAG from earthly, simplifying the workflow file * chore(gha): disable docker push to try out the new refactor * chore(gha): fix typo * chore(gha): commit correct version to gradle.properties * chore(gha): commit version including suffix to gradle.properties * chore(gha): fix trigger version to accept suffixed semvers * chore(gha): enable debug * chore(gha): add concurrency group * chore(gha): fix typo in SNAPSHOT check * chore: added minimal CODEOWNERS file for github workflows and docker assets * chore(gha): re-enable docker pushes --------- Co-authored-by: Roberto C. Morano <[email protected]>
- Loading branch information
Showing
6 changed files
with
154 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ docker-compose* | |
.gitignore | ||
LICENSE | ||
.vscode | ||
release | ||
Earthfile |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.github/* @rcmorano @satran004 | ||
Earthfile @rcmorano @satran004 | ||
Dockerfile @rcmorano @satran004 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
group = org.cardanofoundation | ||
version = 0.1.1-SNAPSHOT | ||
version = 0.0.0-dummy-SNAPSHOT |