Skip to content

Commit bd2b031

Browse files
authored
Cruft (#146)
* cruft update * cruft update
1 parent 45f161b commit bd2b031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/viseshrp/yapc",
3-
"commit": "10c7cc76029dfab48a5de100faefdb86fde02a90",
3+
"commit": "6f03acb04ca70ea6abbbdd8aca5caadd9e780834",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -16,7 +16,7 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ version: ## Print the current project version
5555
.PHONY: tag
5656
tag: ## 🏷 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

0 commit comments

Comments
 (0)