Update more links
This commit is contained in:
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user