Skip to content

Commit

Permalink
fix: remove skip CI
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 3, 2022
1 parent ad8011e commit 90efad7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-standard-version",
"version": "1.0.7",
"version": "1.0.8",
"description": "Default standard-version config for capacitor app",
"main": "dist/index.js",
"bin": {
Expand Down
1 change: 0 additions & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as android from './android';
const baseConfig = {
noVerify: true,
tagPrefix: '',
releaseCommitMessageFormat: "chore(release): {{currentTag}} [skip ci]",
packageFiles: [
{
filename: "./package.json",
Expand Down

0 comments on commit 90efad7

Please sign in to comment.