Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 4f364d5

Browse files
authored
Using the no-tag removes the commit as well (#247)
I'll be damned, but I don't mind tags that much
1 parent c011ebe commit 4f364d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
git config --global user.name "CoderDojo Foundation"
141141
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
142142
yarn config set version-git-message "[skip ci] Update to %s" # Skip CI or infinite loop
143-
yarn config set version-git-tag false # No significations in tags
144143
yarn config set version-commit-hooks false # We're after the tests
145144
- run:
146145
name: publish to git and npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cp-zen-frontend",
3-
"version": "1.0.90",
3+
"version": "1.0.91",
44
"description": "Frontend for CoderDojo Community Platform (Zen)",
55
"author": "CoderDojo Foundation <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)