dblock / danger-changelog

A plugin that is OCD about your CHANGELOG format.
MIT License
29 stars 15 forks source link

Add support for ISO date & time #61

Closed mathroule closed 10 months ago

mathroule commented 11 months ago

Changes

Example

dblock commented 11 months ago

Great! We need to re-enable CI in this project since Travis CI is MIA. Care to do it? Separate PR probably best. You can use a token for Danger from something like https://github.com/dblock/ruby-enum.

mathroule commented 10 months ago

Great! We need to re-enable CI in this project since Travis CI is MIA. Care to do it? Separate PR probably best. You can use a token for Danger from something like https://github.com/dblock/ruby-enum.

Done in https://github.com/dblock/danger-changelog/pull/62

mathroule commented 10 months ago

@dblock the branch is up to date with the new CI checks. Do you mind reviewing the PR? Thanks

dblock commented 10 months ago

Merged, thank you!

Any interest in co-maintaining danger-changelog? Maybe make a release with this change? If yes drop me a note to dblock at dblock dot org with your rubygems username.

mathroule commented 10 months ago

Yes, I would be happy to get a new release of danger-changelog. Thanks

My RubyGems username is https://rubygems.org/profiles/mathroule.

dblock commented 10 months ago

Added you here and Rubygems @mathroule, accept the GitHub invite here: https://github.com/dblock/danger-changelog/invitations

Please follow https://github.com/dblock/danger-changelog/blob/master/RELEASING.md for a release. Let's first increment the version to 0.7.0 since this was a new feature, too? https://github.com/dblock/danger-changelog/blob/master/lib/changelog/gem_version.rb#L2, CHANGELOG, etc.

mathroule commented 10 months ago

Thanks for adding me @dblock. I released version 0.7.0 on RubyGems: https://rubygems.org/gems/danger-changelog. I also updated GitHub releases: https://github.com/dblock/danger-changelog/releases.