Graphql-go: Versioning and fetching from go.mod

Created on 31 Jul 2019  路  3Comments  路  Source: graph-gophers/graphql-go

I see that the repository don't have any git tags semantically versioned. This wouldn't let me easily identify versions of the project and move between them. I'll have to rely on a specific git-hash which makes it a bit difficult to find out what has changed between commits. Would it be possible to add tags so that it can be referred from the go.mod file. Something like -

require ( github.com/graph-gophers/graphql-go v1.0.1a )

instead of something like -

require ( github.com/graph-gophers/graphql-go v0.0.0-20190205233743-95e4a602e3fa )

good first issue help wanted

Most helpful comment

Hey, I would like to take up this issue.

All 3 comments

Hey, I would like to take up this issue.

@asutosh97 take it away! 馃憤

I'm with @linuxmonk on this.

This would with the distribution packages as well. For the Fedora RPM the versioning details looks very human-unfriendly: 0-0.1.20200702gitdae41bd.fc33

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bsr203 picture bsr203  路  6Comments

CreatCodeBuild picture CreatCodeBuild  路  4Comments

zeitxx picture zeitxx  路  5Comments

0xTanvir picture 0xTanvir  路  5Comments

Melaninneal picture Melaninneal  路  5Comments