All Projects → PierreKieffer → tag

PierreKieffer / tag

Licence: other
Git utility to create tags in order to identify specific releases

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to tag

Standard Version
🏆 Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
Stars: ✭ 5,806 (+24091.67%)
Mutual labels:  tags, versioning, release
Ngc
NewGoCommand - An opinionated and lightweight project starter. (WORK IN PROGRESS)
Stars: ✭ 16 (-33.33%)
Mutual labels:  tags, release
Git Novice
Version Control with Git
Stars: ✭ 227 (+845.83%)
Mutual labels:  version-control, versioning
get-changelog
A CLI tool to easily find changelogs
Stars: ✭ 21 (-12.5%)
Mutual labels:  versioning, release
Git
Useful Git commands.
Stars: ✭ 109 (+354.17%)
Mutual labels:  version-control, versioning
Sketch Json
Transform sketch files to json and json to sketch files
Stars: ✭ 113 (+370.83%)
Mutual labels:  version-control, versioning
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+262.5%)
Mutual labels:  version-control, versioning
Dephell
📦 🔥 Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
Stars: ✭ 1,730 (+7108.33%)
Mutual labels:  versioning, release
studio-changes
📦 Generate a changelog as part of the npm version command
Stars: ✭ 49 (+104.17%)
Mutual labels:  versioning, release
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+225%)
Mutual labels:  version-control, versioning
Releases
A Swift package for resolving released versions from a Git repository
Stars: ✭ 46 (+91.67%)
Mutual labels:  versioning, releases
Json Git
A pure JS local Git to versionize any JSON
Stars: ✭ 109 (+354.17%)
Mutual labels:  version-control, versioning
Python Aos Lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 49 (+104.17%)
Mutual labels:  version-control, versioning
gtbump
git tag bump: A simple utility to bump and manage git semantic version tags and generate Markdown changelogs.
Stars: ✭ 15 (-37.5%)
Mutual labels:  version-control, versioning
speckle-unity
AEC Interoperability for Unity through Speckle
Stars: ✭ 28 (+16.67%)
Mutual labels:  version-control, versioning
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-25%)
Mutual labels:  version-control, versioning
Keep A Changelog
If you build software, keep a changelog.
Stars: ✭ 5,065 (+21004.17%)
Mutual labels:  versioning, release
Shipjs
Take control of what is going to be your next release.
Stars: ✭ 668 (+2683.33%)
Mutual labels:  versioning, release
AutoVer
Configurable automatic or real time backup and personal versioning system
Stars: ✭ 65 (+170.83%)
Mutual labels:  version-control, versioning
versionaire
Provides an immutable, thread-safe, and semantic version type.
Stars: ✭ 71 (+195.83%)
Mutual labels:  version-control, versioning

tag

Git utility to create tags in order to identify specific releases


About

tag script sets the version number according to the type of release (major, minor, patch), and previous version numbers.

Tag version format : MAJOR.MINOR.PATCH.

Usage

  • Add tag to PATH, for example :
sudo cp tag /usr/local/bin
  • Steps :
tag
---------------------------
      Create tag
---------------------------

Latest tag released : 1.2.1

Select release type :
[ 1 ] major
[ 2 ] minor
[ 3 ] patch
> 1
Release type : major
Create and push tag with version : 2.0.0
Do you want to continue ? [Y/n]
Create tag 2.0.0 ...
Push tag 2.0.0 ...
Total 0 (delta 0), reused 0 (delta 0)
To github.com:PierreKieffer/app.git
 * [new tag]         2.0.0 -> 2.0.0
Tag 2.0.0 released
---------------------------
  • Or create a tag directly with release type as argument :
tag major || minor || patch
  • If a tag already exists on the current commit :
---------------------------
      Create tag
---------------------------

Latest tag released : 0.2.0

Select release type :
[ 1 ] major
[ 2 ] minor
[ 3 ] patch
> 1
Release type : major
Canceled
A tag already exists on this commit
Associated tag version : 0.2.0

---------------------------
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].