diff --git a/.github/configs/release-changelog-builder-action.json b/.github/configs/release-changelog-builder-action.json index 1c21fe806..3abf0d0be 100644 --- a/.github/configs/release-changelog-builder-action.json +++ b/.github/configs/release-changelog-builder-action.json @@ -58,6 +58,6 @@ "pr_template": "- [${{TITLE}}](${{URL}})", "empty_template": "- no changes", "base_branches": [ - "main" + "master" ] } diff --git a/.github/workflows/changelog-builder.yml b/.github/workflows/changelog-builder.yml index d9a3437b5..d74cee99c 100644 --- a/.github/workflows/changelog-builder.yml +++ b/.github/workflows/changelog-builder.yml @@ -22,5 +22,5 @@ jobs: - name: Modify updates.txt uses: jaywcjlove/github-action-modify-file-content@main with: - path: .\docs\updates.txt + path: docs/updates.txt body: "{{date:YYYY-MM-DD HH:mm}}\n${{ steps.github_release.outputs.changelog }}" diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 87d480fd9..9276d9685 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -3,6 +3,10 @@ Below is a collection of what we've come to regard as the most needed and commonly used Custom Formats. These CFs have been collected from discussions on Discord or created with help from others. +THIS IS A TEST + +Further Testing + Special thanks to everyone that has helped in the creation and testing of these Custom Formats, my team at TRaSH guides, and the community. Sonarr V4+ introduces Custom Formats. These are much more advanced/powerful than the release profiles, although this also means a Custom Format can require more knowledge to set up or create.