Skip to content

Commit

Permalink
build: manually run auto changelog and fix workflow (argoproj#2494)
Browse files Browse the repository at this point in the history
* fix: manually run auto changelog and fix workflow

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* fix: add workflow changes

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

* change name on old CHANGELOG and make autogen primary

Signed-off-by: zachaller <zachaller@users.noreply.github.com>

Signed-off-by: zachaller <zachaller@users.noreply.github.com>
Signed-off-by: Travis Perdue <travis.perdue@rallyhealth.com>
  • Loading branch information
zachaller authored and Travis Perdue committed Jan 12, 2023
1 parent b672df9 commit a1a95c5
Show file tree
Hide file tree
Showing 3 changed files with 1,042 additions and 839 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
fetch-depth: 0
- name: Update Changelog
run: |
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_darwin_amd64.tar.gz
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz
tar -zxvf git-chglog.tar.gz
chmod u+x git-chglog
./git-chglog --sort semver -o CHANGELOG-AUTO.md v1.3.1..
./git-chglog --sort semver -o CHANGELOG.md v1.3.1..
rm git-chglog
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
Loading

0 comments on commit a1a95c5

Please sign in to comment.