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

Make it easier to release a new version of CONSUL #3866

Merged
merged 3 commits into from
Nov 23, 2019

Conversation

microweb10
Copy link
Member

Objectives

With this change we no longer need the branch changelog and it will be easier to release new versions of CONSUL.

Note

The wiki page about releasing a new version needs to be adjusted

@microweb10 microweb10 self-assigned this Nov 22, 2019
@javierm javierm added this to Reviewing in Roadmap via automation Nov 22, 2019
Copy link
Member

@javierm javierm left a comment

Choose a reason for hiding this comment

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

Awesome idea! 🎉 It's funny how we can live with a complicated setup for years and just assume it's normal 😅.

I've left a couple of comments.

Gemfile Outdated
@@ -93,6 +93,7 @@ group :development do
gem "capistrano3-delayed-job", "~> 1.7.3"
gem "capistrano3-puma", "~> 4.0.0"
gem "erb_lint", require: false
gem "github_changelog_generator"
Copy link
Member

Choose a reason for hiding this comment

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

For consistency, how about adding ", ~> 1.15.0"?

Rakefile Outdated
config.future_release = "1.1.0"
config.base = "#{Rails.root}/CHANGELOG.md"
config.token = Rails.application.secrets.github_changelog_token
config.max_issues = 1
Copy link
Member

Choose a reason for hiding this comment

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

In the past, we had max_issues = 1 in the Rakefile and max_issues = 0 in the .github_changelog_generator file. I don't know which way has precedence 🤔. Is it this one?

Roadmap automation moved this from Reviewing to Doing Nov 22, 2019
@javierm javierm self-assigned this Nov 22, 2019
@microweb10 microweb10 removed their assignment Nov 23, 2019
microweb10 and others added 3 commits November 23, 2019 14:06
With this change we no longer need the branch `changelog` and it will
be easier to release new versions of CONSUL.
We only include pull requests, so checking issues isn't useful and takes
time.
We were removing the authors manually after they were generated.
Roadmap automation moved this from Doing to Testing Nov 23, 2019
@javierm javierm merged commit c3d0e2b into master Nov 23, 2019
Roadmap automation moved this from Testing to Release 1.1.0 Nov 23, 2019
@javierm javierm deleted the releasing_new_version branch November 23, 2019 15:33
smarques pushed a commit to venetochevogliamo/consul that referenced this pull request Apr 29, 2020
…sion

Make it easier to release a new version of CONSUL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Roadmap
  
Release 1.1.0
Development

Successfully merging this pull request may close these issues.

None yet

2 participants