Skip to content

Commit

Permalink
Merge pull request #6 from eclectic-coding/5-integrate-github_changel…
Browse files Browse the repository at this point in the history
…og_generator

Integrate GitHub changelog generator
  • Loading branch information
eclectic-coding authored Apr 3, 2024
2 parents d41019b + d30c547 commit 5e3d9ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## v 0.1.0
# Changelog

## [0.1.0] - 2024-04-01
## [Unreleased](https://github.com/eclectic-coding/rails_app/tree/HEAD)

- Initial release
[Full Changelog](https://github.com/eclectic-coding/rails_app/compare/0.1.0...HEAD)

**Merged pull requests:**

- Update CHANGELOG.md [\#3](https://github.com/eclectic-coding/rails_app/pull/3) ([eclectic-coding](https://github.com/eclectic-coding))

## [0.1.0](https://github.com/eclectic-coding/rails_app/tree/0.1.0) (2024-04-02)

[Full Changelog](https://github.com/eclectic-coding/rails_app/compare/640f33991e4aaf2aa31cc9bb974bb094190f2aa3...0.1.0)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
4 changes: 2 additions & 2 deletions rails_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Chuck Smith"]
spec.email = ["chuck@eclecticsaddlebag.com"]

spec.summary = "Write a short summary, because RubyGems requires one."
spec.description = "Write a longer description or delete this line."
spec.summary = "Bootstrap a new customized Rails application with a better development experience."
spec.description = "Bootstrap a new customized Rails application with a better development experience."
spec.homepage = "https://github.com/eclectic-coding/rails_app"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1.4"
Expand Down

0 comments on commit 5e3d9ee

Please sign in to comment.