Skip to content

chore(dependencies): update akton ref in Cargo.toml #17

chore(dependencies): update akton ref in Cargo.toml

chore(dependencies): update akton ref in Cargo.toml #17

Workflow file for this run

name: ChangeLog generation
on:
workflow_dispatch:
push:
branches:
- main
tags:
- 'v*'
jobs:
generate:
runs-on: "ubuntu-latest"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
repository: "Govcraft/ntangler"
- name: Install gitchglog
run: |
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
- name: Generate changelog
run: ./git-chglog -o CHANGELOG.md