Skip to content

Commit ca2433c

Browse files
committed
build: 👷 - Updated release script and description
1 parent 1f52d2a commit ca2433c

File tree

6 files changed

+186
-18
lines changed

6 files changed

+186
-18
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 1.0.1 (2025-01-11)
2-
3-
This was a version bump only, there were no code changes.
4-
51
# 1.0.0 (2025-01-11)
62

73
This was a version bump only, there were no code changes.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Dev Config Hub provides battle-tested configurations for modern web development
6161
- Trailing commas
6262
- File-specific settings
6363

64+
- **[Biome Config](https://www.npmjs.com/package/@zilero/biome)** - Fast and modern formatter & linter
65+
- Zero configuration
66+
- TypeScript support
67+
- Built-in formatting
68+
- Import sorting
69+
- Code analysis
70+
- Performance focused
71+
6472
- **[Stylelint Config](https://www.npmjs.com/package/@zilero/stylelint)** - CSS/SCSS linting
6573
- Properties order
6674
- BEM validation

nx.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"runner": "nx-cloud",
1515
"options": {
1616
"cacheDirectory": ".nx/cache",
17-
"cacheableOperations": ["publish", "build"],
17+
"cacheableOperations": ["publish"],
1818
"accessToken": "MTg4MDA5YmItYWM5MS00OTkzLWEwMGYtNjdlMjE1MDk0ZjZjfHJlYWQtd3JpdGU=",
1919
"parallel": 2
2020
}
@@ -31,26 +31,24 @@
3131
"file": "CHANGELOG.md"
3232
},
3333
"git": {
34-
"commit": true,
35-
"commitMessage": "chore(release): 📦 version {version} [skip ci]",
36-
"tag": true,
37-
"tagMessage": "Release v{version}"
34+
"commit": false,
35+
"stageChanges": false,
36+
"tag": false
3837
}
3938
},
4039
"version": {
4140
"generatorOptions": {
4241
"packageRoot": "dist/{projectName}",
43-
"currentVersionResolver": "registry",
42+
"currentVersionResolver": "disk",
4443
"fallbackCurrentVersionResolver": "disk",
4544
"skipLockFileUpdate": true,
4645
"versionSelection": "independent",
4746
"firstRelease": true
4847
},
4948
"git": {
50-
"commit": true,
51-
"commitMessage": "chore(release): 🔖 version {version}",
52-
"tag": true,
53-
"tagMessage": "Release v{version}"
49+
"commit": false,
50+
"stageChanges": false,
51+
"tag": false
5452
}
5553
}
5654
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@types/node": "^22.10.5",
5151
"commit-jazzer": "^1.1.1",
5252
"dotenv": "^16.4.7",
53+
"glob": "^11.0.1",
5354
"husky": "^9.1.7",
5455
"nx": "20.3.1",
5556
"verdaccio": "^5.0.4",

pnpm-lock.yaml

Lines changed: 105 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)