Skip to content

Commit 213a822

Browse files
Update README.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ron <45816308+rjaegers@users.noreply.github.com>
1 parent 4da5a4d commit 213a822

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ For embedded development and flashing and debugging [probe-rs](https://probe.rs/
7777

7878
The amp-devcontainer repository follows a [semantic versioning](https://semver.org/spec/v2.0.0.html) strategy for its container images. This ensures clear communication of updates and compatibility. The versioning format used is `<major>.<minor>.<patch>`. Released containers are tagged with `<major>`, `<major>.<minor>`, `<major>.<minor>.<patch>` and `v<major>.<minor>.<patch>`. The latest build on the default branch is tagged with `edge` and pull request builds are tagged with `pr-<number>`.
7979

80-
| Branch | Tag |
81-
|-------------------|----------------------------|
82-
| Default | `edge` |
83-
| Pull Request | `pr-<number>` |
84-
| Release | `v<major>.<minor>.<patch>` |
85-
| | `<major>.<minor>.<patch>` |
86-
| | `<major>.<minor>` |
87-
| | `<major>` |
80+
| Branch | Tag |
81+
|--------------|----------------------------|
82+
| Default | `edge` |
83+
| Pull Request | `pr-<number>` |
84+
| Release | `v<major>.<minor>.<patch>` |
85+
| | `<major>.<minor>.<patch>` |
86+
| | `<major>.<minor>` |
87+
| | `<major>` |
8888

8989
Released containers will never be cleaned-up, pull request builds are cleaned up when the pull request is merged, and edge builds may be cleaned up after being stale for a while.
9090

0 commit comments

Comments
 (0)