Skip to content
Shazron Abdullah edited this page Nov 3, 2020 · 1 revision

Purpose

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.

Tag Format

The tags are in the form of standalone-v{NUMBER} where {NUMBER} is increasing, starting with the number 1.

Steps

  1. Tag a version:
git tag -a standalone-v{NUMBER} -m 'Adobe I/O CLI App plugin standalone jar'
  1. Generate the standalone .jar
./gradlew :core:standalone:build
  1. Upload bin/openwhisk-standalone.jar to Adobe's bintray with a target path of openwhisk/standalone-v{NUMBER}

  2. Publish the .jar

  3. Grab the download URL to the .jar

  4. 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)

  5. Update the App plugin with the new download URL

Clone this wiki locally