@auto-engineer/release-automation 1.47.0 → 1.51.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.
- package/CHANGELOG.md +58 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# @auto-engineer/release-automation
|
|
2
2
|
|
|
3
|
+
## 1.51.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
|
|
8
|
+
|
|
9
|
+
- [`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
|
|
10
|
+
- **root**: add release script to all packages and update turbo configuration
|
|
11
|
+
- **root**: add --no-git-checks option to publish command
|
|
12
|
+
- **root**: add workspace concurrency option to publish command
|
|
13
|
+
- **global**: version packages
|
|
14
|
+
|
|
15
|
+
## 1.50.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
|
|
20
|
+
|
|
21
|
+
- [`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
|
|
22
|
+
- **root**: add --no-git-checks option to publish command
|
|
23
|
+
- **root**: add workspace concurrency option to publish command
|
|
24
|
+
- **global**: version packages
|
|
25
|
+
- **global**: version packages
|
|
26
|
+
|
|
27
|
+
## 1.49.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
|
|
32
|
+
- Updated turbo configuration to support the new release workflow
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- [`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
|
|
37
|
+
- **root**: add workspace concurrency option to publish command
|
|
38
|
+
- **global**: version packages
|
|
39
|
+
- **global**: version packages
|
|
40
|
+
|
|
41
|
+
## 1.48.1
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- [`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
|
|
46
|
+
|
|
47
|
+
- [`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
|
|
48
|
+
- **global**: version packages
|
|
49
|
+
|
|
50
|
+
## 1.48.0
|
|
51
|
+
|
|
52
|
+
### Minor Changes
|
|
53
|
+
|
|
54
|
+
- [`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
|
|
55
|
+
- **global**: version packages
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [`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
|
|
60
|
+
|
|
3
61
|
## 1.47.0
|
|
4
62
|
|
|
5
63
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@auto-engineer/release-automation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.51.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
|
}
|