Skip to content

Commit c9b4032

Browse files
committed
docs: update descriptions for release and development version inputs in release workflow
1 parent b661454 commit c9b4032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
inputs:
55
releaseVersion:
6-
description: 'Default version to use when preparing a release or a branch.'
6+
description: 'Release version to tag (e.g., 2.1.0). Will be used for release artifacts and git tag.'
77
required: true
88
developmentVersion:
9-
description: 'Default version to use for new local working copy.'
9+
description: 'Next development version (e.g., 2.2.0-SNAPSHOT). Will be used for continuing development after release.'
1010
required: true
1111
env:
1212
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}

0 commit comments

Comments
 (0)