Update more links

This commit is contained in:
Josh Holmer
2023-01-23 10:02:21 -05:00
parent 170e3926ec
commit 028bdb490c
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Questions about usage
url: https://github.com/zmwangx/rust-ffmpeg/discussions
about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits.
- name: Questions about usage
url: https://github.com/shssoichiro/ffmpeg-the-third/discussions
about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits.

View File

@ -12,7 +12,7 @@ jobs:
- name: Generate release notes
run: |
cat >release_notes.md <<EOF
See [CHANGELOG.md](https://github.com/zmwangx/rust-ffmpeg/blob/${GITHUB_REF##*/}/CHANGELOG.md) for changes.
See [CHANGELOG.md](https://github.com/shssoichiro/ffmpeg-the-third/blob/${GITHUB_REF##*/}/CHANGELOG.md) for changes.
EOF
- name: Create release
uses: actions/create-release@v1