Prepare wolfCOSE 0.1.0 alpha release#32
Open
aidangarske wants to merge 1 commit into
Open
Conversation
- Add release versioning: include/wolfcose/version.h with LIBWOLFCOSE_VERSION_STRING/HEX, included from wolfcose.h. - Add ChangeLog.md with the 0.1.0 release notes and quality statement; add a Release Notes section to README.md. - README: remove the not-officially-supported note now that wolfCOSE is an official wolfSSL product, point all URLs at github.com/wolfSSL, and drop the GitHub Pages blog section. - Rename default-branch references from master to main across CI workflows and the nightly orchestrator (wolfSSL-version matrix refs to wolfSSL's master branch are left unchanged). - Remove the in-repo Jekyll blog under docs/; blogs are now published through wolfSSL channels.
There was a problem hiding this comment.
Pull request overview
Prepares wolfCOSE for the 0.1.0 alpha release: introduces a versioned public header, adds a ChangeLog.md and Release Notes section in the README, removes the in-repo Jekyll blog and "experimental/not officially supported" wording, retargets all repository URLs from aidangarske/wolfCOSE to wolfSSL/wolfCOSE, and switches CI default-branch references from master to main.
Changes:
- Add
include/wolfcose/version.h(LIBWOLFCOSE_VERSION_STRING/_HEX) and include it fromwolfcose.h; addChangeLog.mdand a README Release Notes/Support refresh. - Replace
aidangarske/wolfCOSEURLs withwolfSSL/wolfCOSEeverywhere (README, CI repo gates, MISRA workflow comments) and delete the entiredocs/Jekyll blog. - Drop
masterfrom push-trigger branch lists across all CI workflows and switch the nightly orchestrator dispatch ref tomain.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ChangeLog.md | New 0.1.0 release notes (alpha, features, QA statement). |
| README.md | Adds Release Notes; removes blog/experimental wording; updates URLs. |
| include/wolfcose/version.h | New public version macro header. |
| include/wolfcose/wolfcose.h | Includes the new version.h. |
| docs/_config.yml, docs/index.md, docs/_posts/*.md | Removes the Jekyll blog from the repo. |
| .github/workflows/build-test.yml, codespell.yml, comprehensive-tests.yml, coverage.yml, empty-brace-scan.yml, examples.yml, minimal-build.yml, misra-2012.yml, misra-2023.yml, multi-compiler.yml, sanitizer.yml, scenarios.yml, static-analysis.yml, wolfssl-versions.yml | Drop master from push branch list (and update doc URLs in MISRA files). |
| .github/workflows/coverity.yml, nightly.yml | Update repo gate to wolfSSL/wolfCOSE; nightly dispatch ref switched to main. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
v0.1.0-alpharelease