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

[gimie] Handle repository versioning #45

Open
cmdoret opened this issue Apr 5, 2023 · 0 comments
Open

[gimie] Handle repository versioning #45

cmdoret opened this issue Apr 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cmdoret
Copy link
Member

cmdoret commented Apr 5, 2023

Currently, gimie sets the latest release of a repository as the version. This is not the correct way to handle versioning, as breaking changes can happen between the last release and HEAD. We need to allow users to refer to specific releases (tags).

The desired behaviour is as follows:

  • gimie data <repo-url> -> empty version field (refers to HEAD)
  • gime data <tag-url> -> set version field to tag (fixed version)

Objective: Record repository release only when specified by user.

@cmdoret cmdoret assigned cmdoret and unassigned cmdoret Apr 5, 2023
@cmdoret cmdoret added the enhancement New feature or request label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant