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

ci(release): replace standard-version with semantic-release #1666

Merged
merged 1 commit into from Apr 13, 2024

Commits on Apr 13, 2024

  1. ci(release): replace standard-version with semantic-release

    [`standard-version`](https://github.com/conventional-changelog/standard-version/) has been deprecated since May 2022, so it is necessary to stop using it for this project.
    
    [**`semantic-release`**](https://github.com/semantic-release/semantic-release) is available as a more capable alternative to help automate the release process:
    
    1. Updating Node/Gem version numbers
    2. Generating changelogs
    3. Automating GitHub Releases
    4. Building Chirpy-gem and pushing it to RubyGems.org
    5. Create commits and tags on the `production` branch
    6. Merge the `production` branch into the `master` branch
    
    > ⚠️ Note: Step _6_ may be canceled in CD environments due to merge conflicts, so we need to do this step manually in such cases.
    
    Whenever a commit is pushed to the release branch (`production`), all of the above release processes will be triggered.
    cotes2020 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    22561f6 View commit details
    Browse the repository at this point in the history