Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add release please to automate version and changelog updates #188

Merged
merged 11 commits into from
Oct 22, 2024

Conversation

musale
Copy link
Contributor

@musale musale commented Oct 15, 2024

Summary

Add release please to enable automated version and changelog updates.

Motivation

Automating changelog and version updates.

Test plan

A release from release please bot when PR with appropriate format is merged into main.

Closing issues

Closes #85

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other, CI.

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@musale musale requested a review from a team as a code owner October 15, 2024 11:17
baywet
baywet previously approved these changes Oct 15, 2024
.github/workflows/build.yml Outdated Show resolved Hide resolved
andrueastman
andrueastman previously approved these changes Oct 15, 2024
release-please-config.json Show resolved Hide resolved
scripts/incrementMinorVersion.ps1 Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thank you for making the changes!

@musale musale merged commit 968112a into main Oct 22, 2024
9 checks passed
@musale musale deleted the chore/add-release-please branch October 22, 2024 09:33
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.

add release please configuration
3 participants