mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: support ipv6
This commit is contained in:
5
.github/release-note.sh
vendored
5
.github/release-note.sh
vendored
@@ -8,9 +8,10 @@ CHANGELOG=$(git log --no-merges --date=short --pretty=format:'- %h %an %ad %s' "
|
||||
|
||||
cat <<EOF
|
||||
## ${RELEASE}
|
||||
KubeVPN ${RELEASE} is available now !
|
||||
KubeVPN ${RELEASE} is available now ! 🎉
|
||||
- fix known bugs 🛠
|
||||
## Installation and Upgrading
|
||||
You can download binary file to use it directly
|
||||
|
||||
## Changelog
|
||||
${CHANGELOG}
|
||||
EOF
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -71,13 +71,14 @@ jobs:
|
||||
inputs: '{"url": "${{ steps.create_release.outputs.upload_url }}", "tag": "${{ github.ref_name }}"}'
|
||||
|
||||
- name: Make changes to pull request
|
||||
run: make version
|
||||
run: make version && echo ${GITHUB_REF#refs/*/} > plugins/stable.txt
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
add-paths: |
|
||||
*.yaml
|
||||
plugins/stable.txt
|
||||
token: ${{ secrets.REPOSITORYDISPATCH }}
|
||||
commit-message: "feat: update krew index version to ${{ github.ref }}"
|
||||
committer: GitHub <noreply@github.com>
|
||||
|
||||
Reference in New Issue
Block a user