Skip to content

Commit

Permalink
[release process] Use auto generated CHANGELOG
Browse files Browse the repository at this point in the history
Instead of trying to maintain the CHANGELOG manually, let's just
point people to the GitHub releases area that is automatially
tracking all of this stuff.
  • Loading branch information
jagthedrummer committed Aug 17, 2023
1 parent 9625e71 commit e55b513
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
26 changes: 9 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
### Next
### v1.3.7 - 2023-08-17
### v1.3.6 - 2023-08-17
### v1.3.5 - 2023-08-17
### v1.3.4 - 2023-08-17
### v1.3.3 - 2023-08-17
### v1.3.2 - 2023-08-16
### v1.3.1 - 2023-08-16
### Changes

* Contain commonmarker upgrade to just Bullet Train for now https://github.com/bullet-train-co/bullet_train-core/pull/398
* Link npm packages in CI https://github.com/bullet-train-co/bullet_train-core/pull/396
* Run `yarn build` in CI https://github.com/bullet-train-co/bullet_train-core/pull/399
* Fix breaking date change https://github.com/bullet-train-co/bullet_train-core/pull/400
* bump npm packages to 1.3.0 https://github.com/bullet-train-co/bullet_train-core/pull/401
* Fix Stimulus targeting in emoji picker https://github.com/bullet-train-co/bullet_train-core/pull/404
Prior to Version 1.3.1 we weren't really tracking changes.

### v1.3.0 - 2023-08-11
Sorry about that! 😬 We're gonna start doing better.

Lots of changes since 1.2.27, and we weren't previously keeping a CHANGELOG.
Now the best way to track changes is with the GitHub Releases.

Sorry about that! 😬 We're gonna start doing better.
https://github.com/bullet-train-co/bullet_train-core/releases

Whenever a new version is relased that page will be automatically updated
and you can drill down on any release to see a full diff of everything
that changed since the last release.
7 changes: 3 additions & 4 deletions bin/bump-all
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ packages=%w(
bullet_train-themes-tailwind_css
)

# First we run `bump` at the top level, mainly to have it update
# the CHANGELOG. We have a fake version file in `lib`, just to keep
# `bump` happy.
# First we run `bump` at the top level, this acts as the authorative gem version.
# We have a fake version file in `lib`, just to keep `bump` happy.

puts "bumping core & CHANGELOG"
puts output = `bump #{bump_version} --changelog --tag`
puts output = `bump #{bump_version} --tag`
version = output.chomp.lines.last.chomp
puts "Bumped to #{version}."

Expand Down

0 comments on commit e55b513

Please sign in to comment.