Skip to content

Commit

Permalink
Merge pull request #28 from ExploreLabsxyz/improved-docs
Browse files Browse the repository at this point in the history
more changes
  • Loading branch information
kevoconnell authored Jan 26, 2025
2 parents 0dfff1c + 5abbfc9 commit 8cd0f3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version-file: './pyproject.toml'
version-path: 'tool.poetry.version'
git-message: 'chore(release): {version}'
preset: 'angular'
tag-prefix: 'v'
output-file: 'CHANGELOG.md'
release-count: 0
skip-version-file: false
skip-commit: false
skip-tag: false

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8cd0f3d

Please sign in to comment.