Browse Source

chore: enable commit and tag tasks

pull/228/head
Ned Zimmerman 4 years ago
parent
commit
f39bbdba66
  1. 4
      .versionrc.js

4
.versionrc.js

@ -2,10 +2,6 @@ module.exports = {
"scripts": {
postbump: "composer readme"
},
"skip": {
commit: true,
tag: true
},
"bumpFiles": [
{
filename: "style.css",

Loading…
Cancel
Save