Skip to content

Commit f46d82f

Browse files
committed
Merge branch 'rename' into 'main'
Rename refresh See merge request MoNET/analysis-api-schema!56
2 parents 6145de6 + 017db51 commit f46d82f

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on: # yamllint disable-line rule:truthy
1111
env:
1212
FORCE_COLOR: "1" # Make tools pretty.
1313

14-
permissions: {}
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
test:

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ BASALT uses **semantic versioning** (`MAJOR.MINOR.PATCH`) for the schema:
5454
Derived from **git tags** (`v0.1.0`, `v0.2.0`, …) via [uv-dynamic-versioning](https://github.com/ninoseki/uv-dynamic-versioning).
5555
Installable package name: `basalt_schema`.
5656

57-
3. **Release checklist**
58-
- [ ] Bump `version` in `src/basalt_schema/schema/basalt_schema.yaml`
59-
- [ ] Update the schema version badge / table in this README
60-
- [ ] Regenerate project artifacts if needed (`just gen-project`)
61-
- [ ] Merge to `main`
62-
- [ ] Tag the release: `git tag -a v0.1.0 -m "basalt-schema 0.1.0"` and push tags
63-
- [ ] Consumers pin or track the tag / package version
64-
65-
Consumers (API, DB migrations, ingestion) should record which schema version they were built against.
6657

6758
## Developer Documentation
6859

@@ -79,4 +70,4 @@ This material is free to use, and attribution is always appreciated. Attribution
7970

8071
Authored by Conrad Mearns, Maia Kapur, Montana Smith, Beata Meluch, Aramy Truong, and Yuri E. Corilo at the Pacific Northwest National Laboratory, operated by Battelle for the U.S. Department of Energy.
8172

82-
(Optional, if applicable): Please cite the following in your work: (Place Holder Zenodo)
73+
Please cite the following in your work: (Place Holder Zenodo)

0 commit comments

Comments
 (0)