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

Conversation

cotes2020
Copy link
Owner

@cotes2020 cotes2020 commented Apr 12, 2024

Type of change

  • New feature (non-breaking change which adds functionality)

Description

standard-version has been deprecated since May 2022, so it is necessary to stop using it for this project.

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.

Additional context

conventional-changelog/standard-version#907

@cotes2020 cotes2020 force-pushed the feature/auto-release branch 5 times, most recently from 6f184e4 to 24b93ac Compare April 13, 2024 21:00
[`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 cotes2020 merged commit bf16d60 into master Apr 13, 2024
5 checks passed
@cotes2020 cotes2020 deleted the feature/auto-release branch April 13, 2024 21:15
mill413 pushed a commit to mill413/mill413.github.io that referenced this pull request Apr 21, 2024
…s2020#1666)

[`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.
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.

None yet

1 participant