Skip to content

Commit

Permalink
Merge pull request #6 from lefessan/z-2023-05-01-LATEST_VERSIONS
Browse files Browse the repository at this point in the history
add file LATEST_VERSIONS
  • Loading branch information
lefessan authored May 1, 2023
2 parents 10ec607 + 6c16c4e commit 5530762
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions LATEST_VERSIONS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# all versions >= 0.9.2~dev should use 0.9.2
dev 0.9.2
# all version < 0.9.2~dev should use 0.9.2
0.9.2~dev 0.9.2
0.9.0~dev 0.9.1
0.9.0~dev 0.9.0
# all version < 0.9.0~dev should use 0.8.0
0.9.0~dev 0.8.0
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ Versioned files for `drom`
and `<branch>` is the branch you want to test
4. Edit the files:
* `VERSION`: the new version of this branch
* `LATEST`: a *stable* version that users are advised to use
* `DROM_VERSION`: if `drom` must be upgraded to use this version
5. Push to `master` and remote tag the version
6. Once the version is tested ok, update `LATEST_VERSIONS`:
* `dev` version should point to the new tagged version
* the previously `dev` version should be moved to the next line,
with the content of its `DROM_VERSION` as corresponding drom
version (often with `~dev` to match development versions too)

## Syntax of skeletons in `projects/` and `packages/`

Expand Down

0 comments on commit 5530762

Please sign in to comment.