Is it possible to add a version number using git / github

前端 未结 5 1350
逝去的感伤
逝去的感伤 2020-12-08 20:04

I\'m using Github, and realized they have a nice little api for accessing repo information like commits, who did it, etc.

This would be a great way to show previous

5条回答
  •  北海茫月
    2020-12-08 20:41

    You can use a tag to set a version number. You can read about the tag command on the git tag man page. At work I setup our build server to automatically increment a build version number which is then applied using a tag. I think this will meet your needs?

提交回复
热议问题