forked from apache/openwhisk
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Shazron Abdullah edited this page Nov 3, 2020
·
1 revision
The Adobe I/O CLI App plugin uses the Openwhisk standalone jar for local debugging.
This repo is only used for tagging the Openwhisk repo at the point we generate the .jar from, since official Openwhisk releases are infrequent to track for generating the .jar.
The tags are in the form of standalone-v{NUMBER}
where {NUMBER}
is increasing, starting with the number 1
.
- Tag a version:
git tag -a standalone-v{NUMBER} -m 'Adobe I/O CLI App plugin standalone jar'
- Generate the standalone .jar
./gradlew :core:standalone:build
-
Upload
bin/openwhisk-standalone.jar
to Adobe's bintray with a target path ofopenwhisk/standalone-v{NUMBER}
-
Publish the .jar
-
Grab the download URL to the .jar
-
Create a Github Release based on the tag, and paste the download URL in the release, with a description on what's changed, if possible (especially for a bug fixed)
-
Update the App plugin with the new download URL