Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Reconsider tagging repo #126

Closed
mfridman opened this issue May 29, 2018 · 1 comment
Closed

Reconsider tagging repo #126

mfridman opened this issue May 29, 2018 · 1 comment

Comments

@mfridman
Copy link

mfridman commented May 29, 2018

Hi,

Thank you for this pkg. Over the years it has remained stable and this issue is not out of fear of breaking changes.

Instead, as the Go community rallies behind vgo adopts go modules it'd be nice for packages, especially commonly used ones, to be tagged appropriately. Issue #39 made it clear you don't have intentions of making breaking changes so a tag would be floccinaucinihilipilification (in good humor).

Would you please reconsider adding a semver tag?

Instead of a go.mod reading like this:

require (
	github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
)

It'd be:

require (
	github.com/mitchellh/mapstructure v1.0.0
)

Thanks.

@mitchellh
Copy link
Owner

This is done!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants