branch: externals/topspace commit 22b87d68cb7a60facd929e238674d426fff0e399 Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Create changelog.yml --- changelog.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.yml b/changelog.yml new file mode 100644 index 0000000000..8cbb90ee60 --- /dev/null +++ b/changelog.yml @@ -0,0 +1,19 @@ +name: Changelog +on: + push: + branches: + - main + release: + types: + - created +jobs: + changelog: + runs-on: ubuntu-20.04 + steps: + - name: "✏️ Generate changelog" + uses: heinrichreimer/github-changelog-generator-action@v2.3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + user: trevorpogue + repo: topspace + base: HISTORY.md