@auto-engineer/release-automation 1.47.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +82 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,87 @@
1
1
  # @auto-engineer/release-automation
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fix npmrc and remove prepublishOnly scripts
8
+ - **global**: version packages
9
+
10
+ ### Patch Changes
11
+
12
+ - [`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed authentication token path configuration for package publishing
13
+
14
+ ## 1.52.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add auth token configuration to .npmrc
19
+ - **root**: add passThroughEnv for environment variables
20
+ - **root**: add release script to all packages and update turbo configuration
21
+ - **root**: add --no-git-checks option to publish command
22
+ - **root**: add workspace concurrency option to publish command
23
+
24
+ - [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed npm registry configuration for package publishing
25
+ - Removed prepublishOnly scripts across packages
26
+
27
+ ## 1.51.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
32
+
33
+ - [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add passThroughEnv for environment variables
34
+ - **root**: add release script to all packages and update turbo configuration
35
+ - **root**: add --no-git-checks option to publish command
36
+ - **root**: add workspace concurrency option to publish command
37
+ - **global**: version packages
38
+
39
+ ## 1.50.0
40
+
41
+ ### Minor Changes
42
+
43
+ - [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
44
+
45
+ - [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add release script to all packages and update turbo configuration
46
+ - **root**: add --no-git-checks option to publish command
47
+ - **root**: add workspace concurrency option to publish command
48
+ - **global**: version packages
49
+ - **global**: version packages
50
+
51
+ ## 1.49.0
52
+
53
+ ### Minor Changes
54
+
55
+ - [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
56
+ - Updated turbo configuration to support the new release workflow
57
+
58
+ ### Patch Changes
59
+
60
+ - [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add --no-git-checks option to publish command
61
+ - **root**: add workspace concurrency option to publish command
62
+ - **global**: version packages
63
+ - **global**: version packages
64
+
65
+ ## 1.48.1
66
+
67
+ ### Patch Changes
68
+
69
+ - [`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added `--no-git-checks` option to the publish command to skip git validation during publishing
70
+
71
+ - [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add workspace concurrency option to publish command
72
+ - **global**: version packages
73
+
74
+ ## 1.48.0
75
+
76
+ ### Minor Changes
77
+
78
+ - [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: add port option and wait for HTTP readiness in start commands
79
+ - **global**: version packages
80
+
81
+ ### Patch Changes
82
+
83
+ - [`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added workspace concurrency option to the publish command for faster parallel publishing
84
+
3
85
  ## 1.47.0
4
86
 
5
87
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/release-automation",
3
- "version": "1.47.0",
3
+ "version": "1.53.0",
4
4
  "type": "module",
5
5
  "description": "Automated release management with changesets and conventional commits",
6
6
  "main": "./dist/src/index.js",
@@ -61,6 +61,7 @@
61
61
  "test:watch": "vitest",
62
62
  "test:coverage": "vitest run --coverage",
63
63
  "test:integration": "vitest run integration-tests/",
64
- "type-check": "tsc --noEmit"
64
+ "type-check": "tsc --noEmit",
65
+ "release": "pnpm publish --no-git-checks"
65
66
  }
66
67
  }