Tag: Autotag

  • Auto-tagging Git for Package Publishing

    Auto-tagging Git for Package Publishing

    As I made several module of my company’s code to be more modular, I have several problems with publishing the package. One of them is publishing certain tag as version. Composer package depends on Git’s tag for determining the version number. GitHub and GitLab API actually provides composer a way to fetch the package as…