Skip to content

Commit

Permalink
Merge pull request #173 from Adi8712/main
Browse files Browse the repository at this point in the history
Feat #161: Added auto-versioning feature
  • Loading branch information
Priyansh61 authored Apr 22, 2024
2 parents 40aaf55 + 6675388 commit 5e5f6bf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Changelog and Version

on:
push:
branches:
- main

jobs:
update-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Conventional Changelog Action
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.TOKEN }}
output-file: 'CHANGELOG.md'
skip-bump: false
Empty file added CHANGELOG.md
Empty file.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "0.1.0"
}

0 comments on commit 5e5f6bf

Please sign in to comment.