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

Changelog out of date since v4.2.1 #265

Closed
dplanella opened this issue Apr 18, 2017 · 4 comments
Closed

Changelog out of date since v4.2.1 #265

dplanella opened this issue Apr 18, 2017 · 4 comments

Comments

@dplanella
Copy link

I've just noticed that there is an update for gollum-lib available on my system (gollum-lib (4.2.2 < 4.2.5)
). Yet by looking at the changelog in HISTORY.md I can't really tell which changes have been made in this new version, as the file was not updated since version 4.2.1.

How are releases made? I would assume that there is some degree of scripting/automation at least to create the gems. Could the script be adapted to automatically generate the changelog/bump versions, so that it is not a manual process and it is not forgotten about?

It'd be nice to list the bugs that have been fixed from release to release too. Happy to try contributing if I get some pointers.

Keep up the good work!

@dometto
Copy link
Member

dometto commented Apr 18, 2017

Yes, we release using the Rakefile (with bundle exec rake release, rake being 'ruby make'). Minimally it could throw a warning or error if History.md is not updated -- that would be trivial to implement. Ideally, there would be some degree of automation of updating the changes based e.g. on commit messages. But it would be painful to implement that ourselves. If you could look around and see whether there are any standardised ruby/rake release tools that do this, that would be great!

@dometto
Copy link
Member

dometto commented Aug 3, 2020

Updated for 5.0.

@dometto dometto closed this as completed Aug 3, 2020
@dometto dometto reopened this Jan 13, 2022
@dometto
Copy link
Member

dometto commented Jan 13, 2022

Implementing a rake helper task for Gollum, see here: gollum/gollum#1788. We can copy it to this repo.

@dometto
Copy link
Member

dometto commented May 24, 2022

Done in #421

@dometto dometto closed this as completed May 24, 2022
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

No branches or pull requests

2 participants