Skip to content

Resolve "Definition: git-tag"

Tobias Koch requested to merge 2-definition-git-tag into master

I, the contributor, agree to licence my contributions to this project under the terms noted in the project's LICENSE file

Summary

Adding definition git-tag.

Description

This merge request will add the new definition command git-tag that uses the git describe command to retrieve the last tag, the number of commits since the last tag and the shasum.

Acceptance criteria

  • Branch has no conflicts with master

  • Builds are passing

  • Meaningful tests have been added and are passing

  • Conform to the style guide

  • Conform to the software architecture

  • Documentation added

  • CHANGELOG entry added

  • AUTHORS entry added (if not present yet)

Issues

Closes #2 (closed)

Merge request reports