Commit 35720c9
chore(release): 0.45.4 (#414)
# archgate
## [0.45.4](v0.45.3...v0.45.4)
(2026-06-15)
### Bug Fixes
* **import:** improve error messages and extract business logic
([#413](#413))
([337beae](337beae))
---
This PR was generated with
[simple-release](https://github.com/TrigenSoftware/simple-release).
<details>
<summary>📄 Cheatsheet</summary>
<br>
You can configure the bot's behavior through a pull request comment
using the `!simple-release/set-options` command.
### Command Format
````md
!simple-release/set-options
```json
{
"bump": {},
"publish": {}
}
```
````
### Useful Parameters
#### Bump
| Parameter | Type | Description |
|-----------|------|-------------|
| `version` | `string` | Force set specific version |
| `as` | `'major' \| 'minor' \| 'patch' \| 'prerelease'` | Release type
|
| `prerelease` | `string` | Pre-release identifier (e.g., "alpha",
"beta") |
| `firstRelease` | `boolean` | Whether this is the first release |
| `skip` | `boolean` | Skip version bump |
| `byProject` | `Record<string, object>` | Per-project bump options for
monorepos |
#### Publish
| Parameter | Type | Description |
|-----------|------|-------------|
| `skip` | `boolean` | Skip publishing |
| `access` | `'public' \| 'restricted'` | Package access level |
| `tag` | `string` | Tag for npm publication |
### Usage Examples
#### Force specific version
````md
!simple-release/set-options
```json
{
"bump": {
"version": "2.0.0"
}
}
```
````
#### Force major bump
````md
!simple-release/set-options
```json
{
"bump": {
"as": "major"
}
}
```
````
#### Create alpha pre-release
````md
!simple-release/set-options
```json
{
"bump": {
"prerelease": "alpha"
}
}
```
````
#### Publish with specific access and tag
````md
!simple-release/set-options
```json
{
"bump": {
"prerelease": "beta"
},
"publish": {
"access": "public",
"tag": "beta"
}
}
```
````
### Access Restrictions
The command can only be used by users with permissions:
- repository owner
- organization member
- collaborator
### Notes
- The last comment with `!simple-release/set-options` command takes
priority
- JSON must be valid, otherwise the command will be ignored
- Parameters apply only to the current release execution
- The command can be updated by editing the comment or adding a new one
</details>
<!--
Please do not edit this comment.
simple-release-pull-request: true
simple-release-branch-from: release
simple-release-branch-to: main
-->
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent ed0ea60 commit 35720c9
12 files changed
Lines changed: 17 additions & 11 deletions
File tree
- docs
- public
- shims
- go/internal/shim
- maven
- src/main/java/dev/archgate/cli
- nuget/Archgate.Tool
- pypi
- archgate
- rubygem/lib/archgate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments