V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
zhouyg
V2EX  ›  问与答

git-flow-hooks 有人用过吗?

  •  
  •   zhouyg · 2016-05-20 16:51:56 +08:00 · 1242 次点击
    这是一个创建于 3065 天前的主题,其中的信息可能已经有所发展或是发生改变。

    主要是想 git flow release finish 的时候可以自动填充一个 tag ,手动输入太麻烦了。

    按照 github 流程弄的

    git clone [email protected]:jaspernbrouwer/git-flow-hooks.git

    git flow init

    git config gitflow.path.hooks git-flow-hooks/

    git config gitflow.hotfix.finish.message "Hotfix %tag%"

    git config gitflow.release.finish.message "Release %tag%"

    git flow release start //问题,依旧提示我需要输入一个 version

    我这个操作流程有啥问题吗?

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   973 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 20:25 · PVG 04:25 · LAX 13:25 · JFK 16:25
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.