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 1
1
{
2
2
"template" : " https://github.com/viseshrp/yapc" ,
3
- "commit" : " 10c7cc76029dfab48a5de100faefdb86fde02a90 " ,
3
+ "commit" : " 6f03acb04ca70ea6abbbdd8aca5caadd9e780834 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
16
16
"git_init" : " n" ,
17
17
"github_actions" : " y" ,
18
18
"_template" : " https://github.com/viseshrp/yapc" ,
19
- "_commit" : " 10c7cc76029dfab48a5de100faefdb86fde02a90 "
19
+ "_commit" : " 6f03acb04ca70ea6abbbdd8aca5caadd9e780834 "
20
20
}
21
21
},
22
22
"directory" : null
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ version: ## Print the current project version
55
55
.PHONY : tag
56
56
tag : # # 🏷 Tag the current release version (stripping .dev) and push
57
57
@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) "
59
59
git push origin v$(VERSION )
60
60
61
61
.PHONY : check-dist
You can’t perform that action at this time.
0 commit comments