Skip to content

Conversation

liamnichols
Copy link
Contributor

Links

Closes #7

Background

While it was a bug in the Swift Plagrounds app and its a common standard, using the v prefix for tags is unnecessary but I just followed the pattern from some other repos originally 😄

After having a look at other repos, I now realise that the norm is to just have plain semantic versions for tag names (such as 0.0.3 instead of v0.0.3).

Description

In this PR, I just drop the v prefix from the Podspec, and going forward we can just tag the next release as 0.0.3 rather than v0.0.3.

@liamnichols liamnichols requested a review from ryanpato January 7, 2022 09:03
@liamnichols liamnichols self-assigned this Jan 7, 2022
Copy link
Contributor

@ryanpato ryanpato left a comment

Choose a reason for hiding this comment

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

✌️

@liamnichols liamnichols merged commit 4b99edb into main Jan 7, 2022
@liamnichols liamnichols deleted the ln/tag-name-format branch January 7, 2022 11:26
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.

Drop the 'v' from tag names

2 participants