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

Use "golib" module for Git repository version handling #18

Closed
svengreb opened this issue Nov 21, 2020 · 0 comments Β· Fixed by #19
Closed

Use "golib" module for Git repository version handling #18

svengreb opened this issue Nov 21, 2020 · 0 comments Β· Fixed by #19

Comments

@svengreb
Copy link
Owner

In #10 two types were implemented to derive and handle version information of a Git repository:

  • πŸ†ƒ pkg/vcs/git.Version β€” A struct type that stores version information and metadata derived from a Git repository.
  • πŸ†ƒ pkg/vcs/git.deriveVersion β€” A func type that derives version information and metadata from a Git repository.

The logic has been extracted into the pkg/vcs/git package of the github.com/svengreb/golib module and therefore both types will be replaced with this new module.

@svengreb svengreb added this to the 0.1.0 milestone Nov 21, 2020
@svengreb svengreb self-assigned this Nov 21, 2020
svengreb added a commit that referenced this issue Nov 21, 2020
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:

- πŸ†ƒ `pkg/vcs/git.Version` - A `struct` type that stores version
  information and metadata derived from a Git [2] repository.
- πŸ†ƒ `pkg/vcs/git.deriveVersion` - A `func` type that derives version
  information and metadata from a Git [2] repository.

The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.

[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golib

GH-18
svengreb added a commit that referenced this issue Nov 21, 2020
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:

- πŸ†ƒ `pkg/vcs/git.Version` - A `struct` type that stores version
  information and metadata derived from a Git [2] repository.
- πŸ†ƒ `pkg/vcs/git.deriveVersion` - A `func` type that derives version
  information and metadata from a Git [2] repository.

The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.

[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golib

GH-18
svengreb added a commit that referenced this issue Nov 21, 2020
In GH-10 [1] two types were implemented to derive and handle version
information of a Git [2] repository:

- πŸ†ƒ `pkg/vcs/git.Version` - A `struct` type that stores version
  information and metadata derived from a Git [2] repository.
- πŸ†ƒ `pkg/vcs/git.deriveVersion` - A `func` type that derives version
  information and metadata from a Git [2] repository.

The logic has been extracted into the pkg/vcs/git [3] package of the
"github.com/svengreb/golib" [4] module and therefore both types have
been replaced with this new module.

[1]: #10
[2]: https://git-scm.com
[3]: https://pkg.go.dev/github.com/svengreb/golib/pkg/vcs/git
[4]: https://pkg.go.dev/github.com/svengreb/golib

Closes GH-18
@svengreb svengreb removed their assignment Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant