Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 780 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 780 Bytes

Taggr

portfolio_view

Language agnostic tool to create Git Tag without cloning a repository.

Documentation

Full documentation is available at PackagrIO/docs

Usage

# set github token using GITHUB_TOKEN env var. 
packagr-taggr create --scm github \
--name analogj/golang_analogj_test \
--sha ab1b5d4536a521c5797e749db34a281b9be5f68d \
--tag v2.0.0

Inputs

  • scm
  • scm_repo_full_name
  • scm_repo_tag_name
  • scm_repo_sha

Logo