Skip to content

Commit

Permalink
chore: add a note on how to release a snapshot SDK on the old actions (
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Aug 19, 2024
1 parent 2330b72 commit b34fa56
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/generator-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
description: 'SDK Name'
required: true
version:
description: 'SDK Version'
description: |
SDK Version
⚠️ For a snapshot version, append `-SNAPSHOT` to the version number, in the format `1.0.0-SNAPSHOT`,
in addition to not selecting the `Release to production` option below.
required: true
endpoint_prefix:
description: 'Endpoint to prepend specs paths with'
Expand All @@ -17,7 +21,11 @@ on:
required: true
type: string
production_release:
description: 'Release to production'
description: |
Release to production
⚠️ Please ensure that the version number includes the `-SNAPSHOT` suffix if this option is not selected,
otherwise the SDK will be published to Maven Central (production).
required: true
type: boolean
default: false
Expand Down

0 comments on commit b34fa56

Please sign in to comment.