diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 18:37:41 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 18:37:41 +0800 |
| commit | abcb97f5850daca106d830bd36b381d4363f67ef (patch) | |
| tree | f21f15fc91c0de5f55c018d7a405bad54430602c /README | |
| parent | 7a32ef5990c5fcabe74a5d838e04e54252893821 (diff) | |
| download | afterglow-metadata-full-main.tar.gz afterglow-metadata-full-main.zip | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -7,3 +7,24 @@ metadata, set the bucket name in the `R2_BUCKET` environment variable and specify the release tag with `TAG`, then run the Makefile target: R2_BUCKET=<your-bucket-name> TAG=<version> make deploy + + +Versioning +---------- + +This package follows the version format `MAJOR.MINOR.YYYYMMDD`. + +The patch component uses a date instead of an incrementing number to +make the freshness of the metadata immediately visible. + +- **Major** version increments indicate breaking changes to the metadata + schema. +- **Minor** version increments indicate backward-compatible changes to + the metadata schema. +- **Patch** version represents the metadata snapshot date in `YYYYMMDD` + format and indicates when the metadata was generated from Alibaba + Cloud. + +Consumers should depend on `^MAJOR.MINOR`, for example: + + "lizhineng/afterglow-metadata": "^1.0" |
