-
Notifications
You must be signed in to change notification settings - Fork 1
chore(release): v0.1.0 — first citable baseline #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
maehr
wants to merge
45
commits into
main
Choose a base branch
from
staging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
70ddf74
chore: add textrefs/.github as submodule at github-profile/
maehr 5f63ebe
docs: revise get-started prose and document staging deploy flow
maehr 30a12a0
fix(ci): repair URL extraction in link-check workflow
maehr 6dd6e0d
chore(deps): bump astro 6.4.4 and migrate to zod 4
maehr 74bce51
docs(association): sync statutes board size and review tracks with do…
maehr 6b0f0e8
docs(spec): tighten dereferenceable-location guidance to should (#7)
maehr da48c31
docs(spec): self-contained §13 example with @context (#8)
maehr 56eb064
chore(data): bump submodule with second resolvers on single-resolver …
maehr e9b09d4
feat(spec)!: replace target_kind with dcterms:conformsTo (#6)
maehr e54b883
chore(data): bump submodule to registry main (36cae56)
maehr 666dc78
fix(404): mark docs/404.mdx as draft to drop catch-all route conflict
maehr d3ae0d7
fix(ci): repair link-check workflow + bump deps to zod 4 (#5)
maehr 24b2e36
docs: add ORCID for Luz Christopher Seiberth (#19)
maehr 9c9f2b5
feat(spec)!: seed CanonicalReference UUIDs from the semantic identity…
maehr 82bc899
feat(spec): draft lifecycle with retractable pre-promotion identity (…
maehr 1952650
chore(data): bump submodule to registry main (40af385)
maehr a765770
feat(spec): require explicit canonical ASCII digit and case forms in …
maehr 37d1481
fix(spec): erratum batch and spec-consistency fixes (#10, #11, #12, #…
maehr 29c15e4
feat(site): flag draft records and exclude them from search indexing …
maehr 59a1c54
chore(deps): astro 6.4.8, dompurify 3.4.11, actions/checkout v7
maehr 3455674
chore(release): v0.1.0 — version bump, changelog, roadmap (#28)
maehr dd1038d
feat(deps)!: upgrade to Astro 7 / Starlight 0.41, all dependencies to…
maehr 238490e
feat(site)!: minimal static templates for reference pages (#30)
maehr c4b623a
chore(release): regenerate changelog with Astro 7 and slim ref pages
maehr 3dcff6f
chore(data): bump submodule to registry main (c0a3275, ORCID docs)
maehr fbe8196
chore(deps): Astro 7.1 + dependency refresh (#39) (#43)
maehr e68c8f7
fix(spec): resolve normative contradictions before the v0.1.0 tag (#44)
maehr e0b6ef1
fix(site): add explicit whitespace between inline elements (#53) (#54)
maehr 03cee88
fix(site): list works instead of references on CitationSystem pages (…
maehr b365cfc
feat(standard)!: collapse record lifecycle to draft → active (ADR-000…
maehr 5c2a6f3
feat(standard)!: preferred citation system and qualified /cite/ alias…
maehr 7a94c0e
feat(standard)!: replace SKOS mapping relations with alternateOf and …
maehr 0e9c824
chore(data): bump registry pin to the ADR-0006 reclassification
maehr aba818d
feat(compile): map locator variables into a provider's own vocabulary…
maehr a958928
chore(data): bump registry pin to the resolver review
maehr d2390c9
chore(deps): refresh all dependencies before v0.1.0 (#73)
maehr 71dd92a
fix: release hardening before v0.1.0 (#46, #47, #49, #50) (#75)
maehr 0df2b27
chore(release): v0.1.0 metadata — CITATION.cff, changelog, checklist …
maehr fa78eb9
ci: bump actions/setup-node to v7 (#32) (#77)
maehr 37faf37
ci(deps): point Dependabot version updates at staging (#78)
maehr 3f6670e
docs: resolve the consistency audit before v0.1.0 (#79) (#80)
maehr f5a037f
fix(compile): stop projecting retired mapping assertions onto Work (#…
maehr a4a3b85
feat(api): add works and systems collection endpoints (#83) (#87)
maehr 8bcfdca
feat(api): resolve a reference by work and locator without its UUID (…
maehr cd9aae3
feat(standard): name works by abbreviation and translated title (#85)…
maehr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,40 @@ | ||
| # Version updates target `staging`, not the default branch. | ||
| # | ||
| # `main` only moves at release time, by squash-merging `staging`. A bump landed | ||
| # on `main` alone is therefore reverted by the next release: the squash applies | ||
| # staging's tree against a merge base that predates the bump. Everything that | ||
| # should survive a release has to reach `main` through `staging`. | ||
| # | ||
| # Note that `target-branch` governs version updates only — Dependabot security | ||
| # updates are always raised against the default branch, so advisory-driven PRs | ||
| # will still appear against `main` and still need folding into `staging` by | ||
| # hand. | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: / | ||
| target-branch: staging | ||
| schedule: | ||
| interval: weekly | ||
| groups: | ||
| github-actions: | ||
| patterns: | ||
| - '*' | ||
|
|
||
| - package-ecosystem: npm | ||
| directory: / | ||
| target-branch: staging | ||
| schedule: | ||
| interval: weekly | ||
| groups: | ||
| # Astro, Starlight and their plugins move in lockstep and are upgraded | ||
| # together or not at all; a lone bump here usually fails to resolve. | ||
| astro: | ||
| patterns: | ||
| - 'astro' | ||
| - '@astrojs/*' | ||
| - 'starlight*' | ||
| # First match wins, so this picks up everything else in one PR. | ||
| npm: | ||
| patterns: | ||
| - '*' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.