Skip to content

Commit

Permalink
ci: fetch all tags
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
AntiD2ta committed Oct 25, 2024
1 parent b6271d6 commit a061e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"ghcr.io/guiyomh/features/gomarkdoc:0": {},
"ghcr.io/guiyomh/features/goreleaser:0": {},
"ghcr.io/marcozac/devcontainer-features/gofumpt:1": {},
"ghcr.io/devcontainers-extra/features/pre-commit:2": {}
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
"ghcr.io/prulloac/devcontainer-features/commitizen:1": {}
},
"customizations": {
"vscode": {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
uses: actions/checkout@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
fetch-depth: 0
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
Expand Down

0 comments on commit a061e81

Please sign in to comment.