Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix a bug with none
  • Loading branch information
viktoriia-fomina authored Oct 14, 2022
commit 2614ee8bdad046dfa831d11ca940a5730ae5277d
2 changes: 1 addition & 1 deletion .github/workflows/publish-plugin-and-cli-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: choice
description: "It adds minor release indicator to version."
required: true
default: ''
default: 'none'
options:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why we choose between these values only?

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.

Why we choose between these values only?

I don't think it's possible to have more than 4 minor releases in a month. I don't want to give the possibility to publish occasionally an artifact with the wrong version

- 'none'
- '1'
Expand Down