Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louanfontenele committed Dec 29, 2024
1 parent a3b46db commit 380e1a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
labels:
- "chore"
- "refactor"
- title: "🧩 Dependencies"
- title: "🫩 Dependencies"
labels:
- "dependencies"

Expand All @@ -28,6 +28,6 @@ template: |
## 📦 Full Changelog
repository: `${{ github.repository }}`
previousTag: `${{ env.PREVIOUS_TAG | default: 'N/A' }}`
currentTag: `${{ env.CURRENT_TAG | default: 'N/A' }}`
[Compare Changes](https://github.com/${{ github.repository }}/compare/${{ env.PREVIOUS_TAG | default: 'N/A' }}...${{ env.CURRENT_TAG | default: 'N/A' }})
previousTag: `${{ env.PREVIOUS_TAG }}`
currentTag: `${{ env.CURRENT_TAG }}`
[Compare Changes](https://github.com/${{ github.repository }}/compare/${{ env.PREVIOUS_TAG }}...${{ env.CURRENT_TAG }})

0 comments on commit 380e1a5

Please sign in to comment.