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

Tagging scheme #457

Open
adamgundry opened this issue May 19, 2022 · 1 comment
Open

Tagging scheme #457

adamgundry opened this issue May 19, 2022 · 1 comment

Comments

@adamgundry
Copy link
Member

I've just released optics-extra-0.4.2 and optics-0.4.2 but we are still on optics-core-0.4.1. Accordingly I think it makes more sense to have tags for individual package versions rather than tags that are just a version number. At the moment we have:

$  git tag
indexed-profunctors-0.1
indexed-profunctors-0.1.1
optics-0.4.2
optics-extra-0.4.2
optics-th-0.3.0.2
template-haskell-optics-0.1
template-haskell-optics-0.2
v0.1
v0.2
v0.3
v0.3.0.1
v0.4
v0.4.1

I'm tempted to go back and add the missing tags for optics{,-core,-extra,-th} and delete the v0.N tags.

Seem reasonable?

@phadej
Copy link
Contributor

phadej commented May 20, 2022

👍 except for removing existing tags. (It's tricky to propagate the removal, e.g. if I git push --tags, I'll reintroduce them; someone in theory could use them as well. I.e. it's easier to just leave them).

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