Promote release 0.90.1 to main - #32
Merged
Merged
Conversation
* Add testing guide to README.md * Update README.md * Update README.md --------- Co-authored-by: Glenn Hamilton-Smith <glenniumhs@gmail.com>
* feature(OSPO-8): add SBOM generation to GitHub release process
* fix(ospo): rename national-digital-twin to national-node-net * feat(OSPO): synchronise OSPO workflows * fix(ospo): add missing pull request template * fix(ospo): remove leftover placeholder text from changelog --------- Co-authored-by: syed-awsaf-informed <197770623+syed-awsaf-informed@users.noreply.github.com>
✅ OSS Checks PassedAll tracked OSS checks passed in this run.
Results from commit 178ee8c, view the full job summary |
There was a problem hiding this comment.
Pull request overview
Promotes release 0.90.1 to main, primarily aligning repository metadata/docs to the new GitHub organisation and introducing GitHub Actions automation to support OSS/compliance checks, releases, and branch back-merging.
Changes:
- Updated documentation and project metadata links from
National-Digital-TwintoNational-Node-Net, plus added a short testing section to the README. - Updated release documentation (changelog) for 0.90.1.
- Added new GitHub Actions workflows for OSS checks, release tagging/release publishing (with SBOM), and auto back-merge from
maintodevelop, plus a PR template.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Updates org links and adds a brief unit test running note. |
rdf-abac-lib/src/main/java/uk/gov/dbt/ndtp/jena/abac/lib/AttributesStoreRemote.java |
Updates in-code documentation link to the repo’s ABAC spec. |
rdf-abac-fuseki/src/test/files/server/documentation-example-config.ttl |
Updates embedded documentation URL to the new org. |
pom.xml |
Aligns Maven project metadata/SCM/issue mgmt/distribution URLs to the new org. |
CONTRIBUTING.md |
Updates contributor/issue/roadmap URLs to the new org. |
CHANGELOG.md |
Records 0.90.1 entry and removes unreleased placeholder text. |
ACKNOWLEDGEMENTS.md |
Updates contributors URL to the new org. |
.github/workflows/publish-github-release.yml |
Adds workflow to generate SBOM, tag, and publish GitHub releases on merge from release/* / hotfix/*. |
.github/workflows/oss-checker.yml |
Adds workflow to run OSS/policy/template checks and comment summary on PRs. |
.github/workflows/auto-back-merge.yml |
Adds workflow to back-merge main into develop after PR merge. |
.github/PULL_REQUEST_TEMPLATE.md |
Adds a basic PR template for contributors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: Print Tag Version | ||
| id: print_tag | ||
| env: | ||
| EXTRACTED_VERSION: ${{ steps.extract_version.outputs.version }} |
| } catch (error) { | ||
| const finalErrorMessage = error.message || error; | ||
| // Write failure summary | ||
| summaryText = |
| @@ -0,0 +1,27 @@ | |||
| <!-- | |||
| Before you open a pull request please review the following guidelines and tip and edit the relevant sections. | |||
| ### Description | ||
|
|
||
| <!-- Describe the scope of your change - i.e. | ||
| - what the change does how it was tested |
Comment on lines
18
to
+20
| --- | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
| - Placeholder for upcoming features and enhancements. | ||
|
|
||
| ### Fixed | ||
| - Placeholder for bug fixes and security updates. | ||
| ## 0.90.1 – 2026-07-16 |
cruddasj
approved these changes
Jul 21, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Promote release 0.90.1 to main