We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df09b86 commit f92bcd1Copy full SHA for f92bcd1
.github/workflows/notify-unreleased-commits.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_UNRELEASED_COMMITS }}
28
MESSAGE: |
29
- If a package needs released, please [run the workflow](https://github.com/wxt-dev/wxt/actions/workflows/release.yml).
+ If a package needs released, please [run the workflow](<https://github.com/wxt-dev/wxt/actions/workflows/release.yml>).
30
31
Before running, consider:
32
- Are there any breaking changes? If so, prepare a list of breaking changes and update the changelog and release notes after the release.
0 commit comments