Skip to content

Add GitHub Release Workflow and Changelog Configuration#41

Merged
achandrasekar merged 1 commit into
kubernetes-sigs:mainfrom
wangchen615:main
May 22, 2025
Merged

Add GitHub Release Workflow and Changelog Configuration#41
achandrasekar merged 1 commit into
kubernetes-sigs:mainfrom
wangchen615:main

Conversation

@wangchen615
Copy link
Copy Markdown
Contributor

This PR adds automated release management to the project through GitHub Actions and a structured changelog system.

Changes

  • Added .github/workflows/release.yml for automated release processing
  • Added .github/changelog-config.json for structured changelog generation

Features

  • Automated Release Process: Triggers on tag pushes matching v*.*.*
  • Changelog Generation: Automatically generates changelogs based on commit history
  • Structured Categories: Organizes changes into:
    • 🚀 Features
    • 🐛 Bug Fixes
    • 📚 Documentation
    • ⚡️ Performance
    • 🔧 Dependencies

Usage

To create a new release:

  1. Create and push a new tag (e.g., v1.0.0)
  2. The workflow will automatically:
    • Generate a changelog from commits
    • Create a GitHub release with the changelog

Testing

  • Verified workflow syntax
  • Tested with a sample tag push
  • Confirmed changelog generation works as expected

Notes

  • The workflow is configured to run on semantic versioning tags
  • Changelog generation uses commit messages and PR labels for categorization

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 27, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wangchen615

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 27, 2025
Copy link
Copy Markdown
Contributor

@SachinVarghese SachinVarghese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me. Let's complete testing and we can plan to cut a 0.0.1 release.

Comment thread .github/workflows/release.yml
@achandrasekar
Copy link
Copy Markdown
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 22, 2025
@achandrasekar achandrasekar merged commit 83e8ba7 into kubernetes-sigs:main May 22, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants