Skip to content

Commit

Permalink
chore: manual bump for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent 4b67d2a commit bfc625a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
release: true
git-user: 'github-actions'
git-user-email: 'github-actions@github.com'

- name: Create V1 (remove me after v1.0.0)
run: cog bump --version 1.0.0

- name: Generate Changelog
run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md

Expand Down

0 comments on commit bfc625a

Please sign in to comment.