-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release process] Use auto generated CHANGELOG (#445)
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
1 parent
a69412e
commit ce55a8c
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters