Skip to content

Commit

Permalink
chore(deps): switch to commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed May 6, 2024
1 parent 043f68b commit a201e4c
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [9.0.0-alpha.0](https://github.com/faker-js/faker/compare/v8.4.1...v9.0.0-alpha.0) (2024-04-12)

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:run",
"docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"",
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
"release": "standard-version",
"release": "commit-and-tag-version",
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
"preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
},
Expand Down Expand Up @@ -123,7 +123,7 @@
"rimraf": "5.0.5",
"sanitize-html": "2.13.0",
"semver": "7.6.0",
"standard-version": "9.5.0",
"commit-and-tag-version": "12.4.1",
"ts-morph": "22.0.0",
"tsup": "8.0.2",
"tsx": "4.9.3",
Expand All @@ -138,5 +138,10 @@
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"commit-and-tag-version": {
"skip": {
"tag": true
}
}
}
Loading

0 comments on commit a201e4c

Please sign in to comment.