Commit 747f2ac
committed
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2026-01-27)
### Bug Fixes
* add debug output and explicit npm config for semantic-release ([5cec039](5cec039))
* add dummy release branch to satisfy semantic-release validation ([cce1e98](cce1e98))
* add explicit branch checkout and debug info for semantic-release ([241ef66](241ef66))
* add explicit registry URL to npm plugin config ([1fb7968](1fb7968))
* add initial tag creation and maintenance branch pattern for semantic-release ([0aab3a3](0aab3a3))
* add semantic-release note when creating initial tag and when tag exists ([dea082f](dea082f))
* check version change before publishing to npm ([c7cb003](c7cb003))
* configure git user before creating initial tag ([619fcc1](619fcc1))
* configure main as both regular and prerelease branch, fetch all branches ([92475e1](92475e1))
* configure npm authentication for trusted publishing with semantic-release ([d2ad403](d2ad403))
* extract npm token from .npmrc for semantic-release with trusted publishing ([a408d4c](a408d4c))
* improve admin permission check in release workflow ([989b724](989b724))
* improve git branch setup for semantic-release detection ([86fd306](86fd306))
* improve npm token extraction with better debugging and fallbacks ([5c9ec06](5c9ec06))
* improve npm token extraction with multiple locations and fallbacks ([5df6779](5df6779))
* improve token extraction and .npmrc formatting for npm authentication ([9f18d51](9f18d51))
* **release:** add main as regular branch to satisfy semantic-release validation ([beed14e](beed14e))
* **release:** add semantic-release note to existing v1.0.0-beta.1 tag ([3d7d408](3d7d408))
* **release:** always move v1.0.0-beta.1 to release commit when present ([9b57cce](9b57cce))
* **release:** correct dry-run next version and branch config ([767dc50](767dc50))
* **release:** ensure master branch exists for semantic-release validation ([3556b83](3556b83))
* **release:** ensure v1.0.0-beta.1 is visible to semantic-release ([b2d9cfc](b2d9cfc))
* **release:** prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release ([e8525e0](e8525e0))
* **release:** run v1.0.0-beta.1 prepare inside Release step (real run) ([3b66396](3b66396))
* remove duplicate main branch config and improve tag fetching ([ebd8291](ebd8291))
* remove invalid tarballDir config and improve npm auth setup for semantic-release ([975a278](975a278))
* simplify npm token extraction - use token even if whoami fails ([3d7700a](3d7700a))
* simplify npm token extraction with multiple fallback methods ([dba9bb2](dba9bb2))
* update deployment beta ([3b60ec7](3b60ec7))
* update Node.js version to 20 for semantic-release compatibility ([b1efc7c](b1efc7c))
* update release please ([00a932e](00a932e))
* update semantic-release branch configuration with channel ([dcf9eab](dcf9eab))
* use base version in manifest for release-please compatibility ([854e4f2](854e4f2))
* use maintenance branch pattern to satisfy semantic-release validation ([e74ff2a](e74ff2a))
### Features
* initial release of create-cloudinary-react-vite ([865b5da](865b5da))
* use trusted publishing by disabling npm publish in semantic-release and publishing manually ([e2dbe19](e2dbe19))1 parent dea082f commit 747f2ac
1 file changed
+46
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
4 | 50 | | |
5 | 51 | | |
6 | 52 | | |
| |||
0 commit comments