Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

whot
Copy link
Member

@whot whot commented Mar 4, 2024

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

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
Copy link
Member Author

whot commented Mar 4, 2024

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

@Pinglinux
Copy link
Member

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
Copy link
Member Author

whot commented Mar 10, 2024

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

@Pinglinux
Copy link
Member

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

@whot whot merged commit 564e034 into linuxwacom:master Mar 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants