Skip to content

Commit fe76110

Browse files
authored
infra(deps): switch to commit-and-tag-version (#2882)
1 parent 042c871 commit fe76110

File tree

4 files changed

+396
-53
lines changed

4 files changed

+396
-53
lines changed

.versionrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"skip": {
3+
"tag": true
4+
},
25
"types": [
36
{ "type": "feat", "scope": "locale", "section": "New Locales" },
47
{ "type": "feat", "section": "Features" },

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
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.
3+
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.
44

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:run",
8686
"docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"",
8787
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
88-
"release": "standard-version",
88+
"release": "commit-and-tag-version",
8989
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
9090
"preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
9191
},
@@ -123,7 +123,7 @@
123123
"rimraf": "5.0.5",
124124
"sanitize-html": "2.13.0",
125125
"semver": "7.6.0",
126-
"standard-version": "9.5.0",
126+
"commit-and-tag-version": "12.4.1",
127127
"ts-morph": "22.0.0",
128128
"tsup": "8.0.2",
129129
"tsx": "4.9.3",

0 commit comments

Comments
 (0)