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

Configuring Nimble to Ignore Pre-release Tags and Only Install Stable Versions #2883

Open
chrischtel opened this issue May 27, 2024 · 1 comment

Comments

@chrischtel
Copy link
Contributor

Is there a way to configure Nimble so that it does not treat every tag with a number in it as a new release? I want Nimble to only install a new version of my app when there is a v*.. tag. My GitHub workflow uses tags like v0.1.6-rc for release candidates, but Nimble currently sees these as new releases.

@Araq
Copy link
Member

Araq commented May 27, 2024

There is no way afaik, but we plan to change the setup so that Nimble only considers commits that change the version inside the .nimble file as releases. This way no git tagging is required at all which is nice for workflows where the primary mode of development is by merging pull requests.

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

No branches or pull requests

2 participants