Commit Graph

2 Commits

Author SHA1 Message Date
Dan Christensen 6afb793e1a
fix: Chart changelogs (#7151)
The app-changelog.md files that are generated by git-chglog are not
being constrained tightly enough to specific branches to present useful
changelogs.  For example, the plex-12.0.10..plex-12.0.11 changelog link
to GitHub points to the comparison between
plex-utills-3.0.9..plex-12.0.11.

Using -\d+\.\d+\.\d+ as the tag name suffix seems safe since the version
numbers are under this project's control.

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-10 15:18:05 +01:00
Kjeld Schouten-Lebbing ff654486b3
feat(ci): move changelog directly to website (#4370)
* feat(ci): move changelog directly to website

* Put part of website changelog into SCALE App and add notice towards website

* Don't push back into repo and combine helm-release jobs

* force remove app-changelog
2022-11-10 20:39:03 +01:00