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(release): add release-please GitHub Action #336

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

rupl
Copy link
Contributor

@rupl rupl commented Jul 19, 2022

Types of changes

  • Maintenance chore

Description

We are currently using standard-version to automate CHANGELOG during releases. It's deprecated now, and they pointed to Google's release-please as a substitute. This branch contains the GitHub Action with default config. I will try it out by merging to main and seeing what the outcome is. If we don't like it, we can delete the releases until it does what we want.

Once it's behaving nicely, I'll remove standard-version and update the docs to match the finalized process I arrive at while doing this work.

Motivation and Context

Deprecated dependency.

Steps to reproduce the problem or Steps to test

  1. Merge develop into main
  2. Observe what the GitHub Action does.

Impact

This change has absolutely zero effect on the Common Design codebase. It's a change in our release process.

PR Checklist

  • I have followed the Conventional Commits guidelines.
  • I have run local tests and the tests pass.
  • I have linted my code locally.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

rupl added 2 commits July 19, 2022 11:20
If this functions as expected, we'll remove standard-version
along with all docs in a follow-up branch.

Refs: OPS-8420
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