Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Mar 00:13
· 32 commits to main since this release
35d5502

0.0.2 (2026-03-18)

Bug Fixes

  • Adds flag dash to benchmark command in Taskfile (db884d4)
  • cache semantic-release plugins in release workflow (fe93b22)
  • define BRANCH_REF env var for semantic-release dry-run (a8f889c)
  • remove release dry-run job from PR workflow (b486da3)
  • Replace interpolated head branch with $BRANCH_REF variable in release dry-run job (56d73f7)
  • use PR head branch for semantic-release dry-run (dae4bd3)
  • Fix release dry-run to use correct branch ref for pull_request events (9375c5c)

CI/CD

  • Add commitlint workflow (e4e9433)
  • Add golangci-lint.yml workflow (0e9233d)
  • Add package.json and lock for setup node github action (aea1d62)
  • Add release rules to commit-analyzer (fecbae6)
  • Add releaserc dry run workflow (48d7f63)
  • Add releaserc workflow (907d4ba)
  • Add test.yml workflow (dda5bfd)
  • Cache npm packages for workflows (1df1fa1)
  • Change name of test job (b43902b)
  • Change order of checkout and setup go in test job (9af234f)
  • Merge CI jobs in one workflow (461cf9a)
  • Replace commitlint job with official github action (c41a037)
  • Replace golangci-lint action with official (15b9e0d)
  • Replace release DRY-RUN workflow with official github action semantic-release, add dynamic branch for dry-run release (611616e)
  • Replace release workflow with official github action semantic-release (c930715)

Internal Changes

  • Add .golangci.yaml, add basic Taskfile.yaml (34bc53e)
  • Add editorconfig (0247f31)
  • Rework autorelease change notes template (ad7def3)
  • Simplify release-template.hbs structure (35d5502)
  • Update issue templates (79073c0)