Skip to content

Commit c07cdeb

Browse files
chore(deps): update rust crate axum to v0.8.8 (#15)
1 parent 23e9abf commit c07cdeb

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: wislertt/zerv/.github/workflows/shared-check-pr-label-and-branch.yml@v0
2222
with:
2323
target_label: "pre-release"
24-
branch_prefix: "release/"
24+
branch_prefixes: '["release/"]'
2525

2626
zerv-versioning:
2727
name: zerv-versioning

Cargo.lock

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ A demonstration of [**zerv**](https://github.com/wislertt/zerv) in action. Shows
8686
The following scenarios demonstrate how the deployment flow works in practice:
8787

8888
- **Initial State**: Only the main branch exists. All environments (development, nonproduction, production) and environment-less deployments reference version `v1.1.2` from the main branch.
89-
![Initial Deployment State](https://raw.githubusercontent.com/wislertt/zerv-flow/main/.github/docs/assets/deployment-flow-1.excalidraw.svg)
89+
![Initial Deployment State](https://raw.githubusercontent.com/wislertt/zerv-flow/main/docs/assets/deployment-flow-1.excalidraw.svg)
9090

9191
- **Feature Branch Deployment**: A `feature/1` branch is created with PR labels `deploy-n` and `deploy`. The nonproduction environment deploys version `v1.1.3-alpha.1.post.2` from the feature branch and becomes locked to it. Development and production remain on main branch `v1.1.2`. The environment-less deployment creates a new version `v1.1.3-alpha.1.post.2` without overriding previous versions.
92-
![Feature Branch Deployment](https://raw.githubusercontent.com/wislertt/zerv-flow/main/.github/docs/assets/deployment-flow-2.excalidraw.svg)
92+
![Feature Branch Deployment](https://raw.githubusercontent.com/wislertt/zerv-flow/main/docs/assets/deployment-flow-2.excalidraw.svg)
9393

9494
- **Concurrent Feature Deployment**: While `feature/1` PR is active, a `feature/2` branch is created with PR labels `deploy-d`, `deploy-n`, and `deploy`. Nonproduction deployment fails due to being locked by `feature/1`. Development deploys successfully with version `v1.1.3-alpha.2.post3` from `feature/2`. Environment-less deployment creates another new version `v1.1.3-alpha.2.post.3` alongside the existing version.
95-
![Concurrent Feature Deployment](https://raw.githubusercontent.com/wislertt/zerv-flow/main/.github/docs/assets/deployment-flow-3.excalidraw.svg)
95+
![Concurrent Feature Deployment](https://raw.githubusercontent.com/wislertt/zerv-flow/main/docs/assets/deployment-flow-3.excalidraw.svg)
9696

9797
## Branch Rules and Version Generation (Configurable)
9898

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)