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

Add CI workflow to simplify the release of a new gem version #154

Open
6 tasks
gildesmarais opened this issue Jul 27, 2022 · 0 comments
Open
6 tasks

Add CI workflow to simplify the release of a new gem version #154

gildesmarais opened this issue Jul 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gildesmarais
Copy link
Member

The last release on Rubygems is very old (>2 years already).

As a developer I want to release a new gem version often.

=> There should be a release workflow to simplify the process of releasing a new version

Requirements:

  • keep the changelog up to date
  • make use of github's releases page
  • increase the version in lib/html2rss/version.rb
  • tag the version in git
  • build gem and push it to rubygems
  • update/remove relevant section of the readme
@gildesmarais gildesmarais added the enhancement New feature or request label Jul 27, 2022
@gildesmarais gildesmarais added this to To do in Ongoing works Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant