Skip to content

Integrate Ship CLI and Orb#152

Merged
jimmyjames merged 4 commits intomasterfrom
feat/release-automation
Sep 15, 2022
Merged

Integrate Ship CLI and Orb#152
jimmyjames merged 4 commits intomasterfrom
feat/release-automation

Conversation

@frederikprijck
Copy link
Copy Markdown
Member

@frederikprijck frederikprijck commented Sep 7, 2022

Changes

Integrates Auth0 Ship CLI.

Checklist

build.gradle Outdated

signing {
useInMemoryPgpKeys(signingKey, signingKeyPwd)
}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Signing is now happening in memory, using Circle CI environment variables for the Key and Password.

build.gradle Outdated
doLast {
new File(rootDir, "version.txt").text = "$version"
}
}
Copy link
Copy Markdown
Member Author

@frederikprijck frederikprijck Sep 7, 2022

Choose a reason for hiding this comment

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

We use this file to be able to know what version to use when the orb wants to publish. It's a lot easier than parsing the build.gradle file in a bash script.

jimmyjames
jimmyjames previously approved these changes Sep 7, 2022
@frederikprijck frederikprijck marked this pull request as ready for review September 14, 2022 14:44
@frederikprijck frederikprijck requested a review from a team as a code owner September 14, 2022 14:44
@jimmyjames jimmyjames added this to the v0-Next milestone Sep 15, 2022
@jimmyjames jimmyjames merged commit 4728e61 into master Sep 15, 2022
@jimmyjames jimmyjames deleted the feat/release-automation branch September 15, 2022 00:30
@jimmyjames jimmyjames modified the milestones: v0-Next, 0.21.2 Sep 15, 2022
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.

2 participants