Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airship publish add version verification #28

Open
BSteffaniak opened this issue Jun 6, 2023 · 0 comments
Open

airship publish add version verification #28

BSteffaniak opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BSteffaniak
Copy link
Member

BSteffaniak commented Jun 6, 2023

Verify that:

  • new version is greater than the current version
    • if it is, then warn and prompt to exit
  • new version does not skip any intermediate version values (e.g. jump from 1.0.0 to 1.3.5)
    • if it does, then warn and prompt to exit
  • new version does not already exist as a remote tag
    • if it does, then warn and prompt to exit, otherwise overwrite the tag
@BSteffaniak BSteffaniak added the enhancement New feature or request label Jun 6, 2023
@BSteffaniak BSteffaniak self-assigned this Jun 6, 2023
@BSteffaniak BSteffaniak moved this to Todo in Airship Jun 6, 2023
@BSteffaniak BSteffaniak moved this from Todo to Backlog in Airship Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant