Skip to content

Adds support for specifying an increment strategy on current-version#28

Draft
davidafsilva wants to merge 1 commit intomasterfrom
feature/support-increment-strategy-on-current-version
Draft

Adds support for specifying an increment strategy on current-version#28
davidafsilva wants to merge 1 commit intomasterfrom
feature/support-increment-strategy-on-current-version

Conversation

@davidafsilva
Copy link
Copy Markdown

Closes #27


const tokenEnvVarKey = "token-env-var-key"

const increment = "increment"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Wanted to double-check the name of the option. Used it because it seems to be the (internal) nomenclature used for the release command.
Iirc Axion uses incrementer (or version incrementer).

A couple of options to consider:

  • --increment (as is)
  • --incrementer
  • --version-incrementer
  • --increment-strategy
  • ??

Any thoughts?

Copy link
Copy Markdown
Collaborator

@chuckydev chuckydev Apr 11, 2025

Choose a reason for hiding this comment

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

I personally am a fan of --increment. It is short and to the point.

@davidafsilva davidafsilva requested a review from chuckydev March 26, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support specifying the increment strategy for current-version

2 participants