anothrNick / github-tag-action

A Github Action to tag a repo on merge.
MIT License
765 stars 379 forks source link

Sticky version #281

Open akvlad opened 1 year ago

akvlad commented 1 year ago

Summary of changes

according to https://github.com/anothrNick/github-tag-action/issues/280

Two configuration options have appeared: MAJOR_STICKY_VERSION and MINOR_STICKY_VERSION .

They allow to fix first two numbers in the version to certain numbers.

No matter what the commit message is, the fixed numbers stay the same as configured.

Breaking Changes

NO. Shouldn't be present.

How changes have been tested

List any unknowns

The code should be reviewed to check if something is missing.