Apply suggestions from code review

Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
h1dden-da3m0n 2020-12-03 19:20:46 +01:00 committed by GitHub
parent 97aaab5fc2
commit 67ba6edf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = off
max_line_length = 9999
# YAML indentation
[*.{yml,yaml}]

View File

@ -1,5 +1,5 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: LDAP-Auth Plugin v$NEXT_MAJOR_VERSION
name-template: Version $NEXT_MAJOR_VERSION
# Uses a more common single-digit versioning in Jellyfin plugins. Can be replaced by semver: $MAJOR.$MINOR.$PATCH
# https://github.com/release-drafter/release-drafter#next-version-variables
tag-template: v$NEXT_MAJOR_VERSION
@ -46,6 +46,6 @@ exclude-labels:
template: |
<!-- Optional: add a release summary here -->
Packaged Zip can be downloaded [here](https://repo.jellyfin.org/releases/plugin/ldap-authentication/).
[Plugin build can be downloaded here](https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_$NEXT_MAJOR_VERSION.0.0.0.zip).
$CHANGES

View File

@ -1,5 +1,5 @@
# Automates creation of Release Drafts using Release Drafter
name: Update Releas Draft
name: Update Release Draft
on:
push:

View File

@ -42,7 +42,7 @@ Allows the administrator to customize most aspects of the LDAP authentication pr
## Installation
Use the Jellfin web UI and brows the Plugin catalog to find the `LDAP Authentication` plugin, then simply install one of the version supported by your Jellfin core.
Use the Jellyfin web UI and browse the Plugin catalog to find the `LDAP Authentication` plugin, then simply install one of the version supported by your Jellyfin core.
In the case that you are missing the default plugin repository or want to download the plugin Zip for manual installation add `https://repo.jellyfin.org/releases/plugin/manifest-stable.json` as a repository or us it to get the Zip of the plugin.
For further [install instructions](https://jellyfin.org/docs/general/server/plugins/index.html#installing) or [plugin repository questions](https://jellyfin.org/docs/general/server/plugins/index.html#repositories) have a look at the [official documentation](https://jellyfin.org/docs/index.html).