Skip to content

Commit

Permalink
Update latest tag as part of releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Sep 15, 2019
1 parent 80daa3e commit 02198d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.json
Expand Up @@ -14,6 +14,7 @@
},
"hooks": {
"after:bump": "npm run dist",
"after:git:release": "git tag -f latest && git push origin latest",
"after:release": "echo Successfully created a release draft v${version} for ${repo.repository}. Please add release notes when necessary and publish it!",
"before:init": "npm test"
}
Expand Down

0 comments on commit 02198d5

Please sign in to comment.