Skip to content

chore: lockstep release 0.1.1#14

Merged
sopak merged 2 commits into
mainfrom
release/0.1.1
Jun 25, 2026
Merged

chore: lockstep release 0.1.1#14
sopak merged 2 commits into
mainfrom
release/0.1.1

Conversation

@sopak

@sopak sopak commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Synchronizes all crates to version 0.1.1 and switches to lockstep release workflow.

Changes

  • Bump all crates to 0.1.1: xtax, xtax-blob-storage, xtax-encryption
  • Fix release.yml: removed markdown code block wrapper, now valid YAML
  • Lockstep validation: release.yml validates all 3 crates have matching version before publishing
  • Drop per-crate workflows: removed publish-xtax.yml, publish-xtax-blob-storage.yml, publish-xtax-encryption.yml — replaced by unified release.yml
  • Update CONTRIBUTING.md: document lockstep release process with single v* tag
  • Update intra-workspace dependencies: xtaxxtax-encryption and xtax-blob-storagextax-encryption now reference 0.1.1

Release process (after merge)

git checkout main && git pull
git tag v0.1.1
git push origin v0.1.1

This triggers release.yml which:

  1. Extracts version 0.1.1 from tag
  2. Validates all 3 crates have matching version
  3. Publishes xtax-encryptionxtax-blob-storagextax
  4. Creates GitHub Release

@codacy-production

codacy-production Bot commented Jun 25, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sopak sopak merged commit 2b00e30 into main Jun 25, 2026
9 checks passed
@sopak sopak deleted the release/0.1.1 branch June 25, 2026 17:17
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.

1 participant