File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/viseshrp/yapc" ,
3- "commit" : " 10c7cc76029dfab48a5de100faefdb86fde02a90 " ,
3+ "commit" : " 6f03acb04ca70ea6abbbdd8aca5caadd9e780834 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1616 "git_init" : " n" ,
1717 "github_actions" : " y" ,
1818 "_template" : " https://github.com/viseshrp/yapc" ,
19- "_commit" : " 10c7cc76029dfab48a5de100faefdb86fde02a90 "
19+ "_commit" : " 6f03acb04ca70ea6abbbdd8aca5caadd9e780834 "
2020 }
2121 },
2222 "directory" : null
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ version: ## Print the current project version
5555.PHONY : tag
5656tag : # # 🏷 Tag the current release version (stripping .dev) and push
5757 @echo " 🏷 Creating signed Git tag: v$( VERSION) "
58- git tag -s v$(VERSION ) -m " Release v$( VERSION) "
58+ git tag v$(VERSION ) -m " Release v$( VERSION) "
5959 git push origin v$(VERSION )
6060
6161.PHONY : check-dist
You can’t perform that action at this time.
0 commit comments