Skip to content

ci: add release workflow and process docs#48

Merged
mrcrgl merged 1 commit into
mainfrom
ci/47-release-process-automation
Apr 7, 2026
Merged

ci: add release workflow and process docs#48
mrcrgl merged 1 commit into
mainfrom
ci/47-release-process-automation

Conversation

@mrcrgl

@mrcrgl mrcrgl commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a tag-driven .github/workflows/release.yml workflow for validated release publishing
  • add scripts/release-check.sh as a reusable preflight gate (fmt, clippy, tests, examples)
  • add docs/release-process.md with end-to-end release instructions
  • add .github/ISSUE_TEMPLATE/release.md for standardized release tracking
  • update changelog with release-process and automation entries

Validation

  • cargo fmt --all -- --check
  • cargo clippy --all-features -- -D warnings
  • cargo test --all
  • cargo test --no-default-features
  • ./scripts/release-check.sh

Closes #47

@mrcrgl mrcrgl marked this pull request as ready for review April 7, 2026 12:52
@mrcrgl mrcrgl merged commit e206862 into main Apr 7, 2026
3 checks passed
@mrcrgl mrcrgl deleted the ci/47-release-process-automation branch April 7, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define and automate release process

1 participant