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

ci: ignore prereleases when publishing manifest #52

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

strazto
Copy link
Collaborator

@strazto strazto commented Jul 1, 2022

Early releases gave invalid version strings:

"changelog": "Add Google support, code cleanup.\r\n\r\nAdmin page still isn't working",
"checksum": "",
"sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v2.0.0.0-alpha/sso-authentication_2.0.0.0.zip",
"targetAbi": "10.8.0.0",
"timestamp": "2022-01-23T21:54:18Z",
"version": "1"
},
{
"changelog": "This is the initial alpha release! Feedback and PRs welcome.\r\n\r\nSupports Jellyfin 10.8.",
"checksum": "",
"sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v1.0.0.0-alpha/sso-authentication_1.0.0.0.zip",
"targetAbi": "10.8.0.0",
"timestamp": "2022-01-17T03:40:12Z",
"version": "1"

I've marked these as prerelease & valid installation candidates as releases, and instructed jprm action to ignore them

@strazto strazto merged commit a0bfa6a into 9p4:main Jul 1, 2022
@strazto strazto deleted the ci-ignore-prereleases branch July 1, 2022 02:03
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.

None yet

1 participant