Skip to content

[gimie] Handle repository versioning #45

@cmdoret

Description

@cmdoret

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions