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

Remove V from version name #9

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

nicolasmertanen
Copy link
Contributor

@nicolasmertanen nicolasmertanen commented Sep 15, 2023

PR's key points

This PR removes the "v" from the version name, not to be included in the app nor in the version tags.

NOTE: For this to work properly on the first try, we should create a tag on the branch with the new format manually. We can remove a nightly tag with the "v" and create it again without it. This way, everything should be working fine.

How to review this PR?

You can run tag_train locally with push_to_repo:false to test this.

albertobaezap
albertobaezap previously approved these changes Sep 15, 2023
finxo
finxo previously approved these changes Sep 18, 2023
Copy link
Collaborator

@adriangl adriangl left a comment

Choose a reason for hiding this comment

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

Don't forget bumping the version in lib/fastlane/plugin/version.rb!

@nicolasmertanen
Copy link
Contributor Author

Don't forget bumping the version in lib/fastlane/plugin/version.rb!

8a35699

@sebastianvarela
Copy link
Collaborator

sebastianvarela commented Sep 19, 2023

A note: The version bump would be more elegant if it went in another PR to isolate the functionality of the release

@adriangl
Copy link
Collaborator

adriangl commented Sep 19, 2023

A note: The version bump would be more elegant if it went in another PR to isolate the functionality of the release

It would make sense if we made more streamlined releases (aka: a proper Changelog, a proper Github release and all that stuff). I'd say it's OK for now as the version is only going to contain this single feature, but I agree about doing this if we're going to have more frequent updates and contributors 😛

@nicolasmertanen nicolasmertanen merged commit 1b399c9 into master Oct 2, 2023
3 checks passed
@nicolasmertanen nicolasmertanen deleted the task/remove-version-v branch October 2, 2023 10:16
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants