Skip to content

Commit

Permalink
Small changes to versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 12, 2024
1 parent 1c16ce9 commit cbfddc0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/Process_CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ This build workflow is executed manually when making:

![Workflow](images/complete-artifact-matrix-standard-support.png)

**Version override**: Use this feature if you want to keep them under the same version, but not lower then [last released](https://docs.armbian.com/Release_Changelog/#changelog).
**Bump version**: Select if you want to trigger system wide version bump.
**Version override**: Set version under which you want to release images.

Images versions are stored in JSON files:
- https://github.com/armbian/os/blob/main/stable.json
- https://github.com/armbian/os/blob/main/nightly.json

### 3. Run workflow

Expand All @@ -110,7 +115,8 @@ Images generation can be customized:
- Framework build branch
- main (make images from trunk)
- vXX.X (previous stable release)
- Version override (leave empty for automatic bump)
- Bump Version (system wide version bump)
- Version override (in case you don't want to use latest)
- Board (make images for one board only)
- Maintainer (make images for selected maintainer)

Expand Down Expand Up @@ -159,7 +165,8 @@ Images generation can be customized:
- framework build branch
- main (make images from trunk)
- vXX.X (previous stable release)
- version override (use latest release number or leave empty for automatic bump)
- Bump Version (system wide version bump)
- Version override (in case you don't want to use latest)
- board (make images only for one board)
- maintainer (make images for selected maintainer)

Expand Down

0 comments on commit cbfddc0

Please sign in to comment.