Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 825 Bytes

releasing.md

File metadata and controls

52 lines (36 loc) · 825 Bytes

Releasing

Bump a new version

Make a new version of zsh-tfenv in the following steps:

Generate version major

task version:major

Generate version minor

task version:minor

Generate version patch

task version:patch

Generate Changelog

Generate Changelog Next Tag

task changelog:next APP_TAG={{tag}}

Parameters

Name Description sample Required
tag name Name next tag 0.1.0 yes

Generate Changelog Tag Now

task changelog:tag