linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
356 stars 45 forks source link

release.sh: update to take a --token value #340

Closed whot closed 5 months ago

whot commented 5 months ago

Apparently the old way no longer works, so let's update with a copy/paste from the examples.

Intentional switch to use --token because that's how you should be doing releases anyway - with a temporary token that can be revoked after the release is complete (and that also encodes the username).

https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release

whot commented 5 months ago

Note to self: the wiki page needs updating after merging this

Pinglinux commented 5 months ago

Note to self: the wiki page needs updating after merging this

I assume the release.sh for input-wacom should be updated to keep all linuxwacom projects in-sync. What about libwacom? Are you using a better approach for libwacom? Should we adapt the other two projects to libwacom instead?

whot commented 5 months ago

libwacom has always used this release.sh anyway, so there's no need to sync here.

Pinglinux commented 5 months ago

Thank you. Sounds good to me. Feel free to merge the patch. We'll update release.sh for input-wacom.