diff --git a/.github/release.yaml b/.github/release.yaml deleted file mode 100644 index ae38baa8..00000000 --- a/.github/release.yaml +++ /dev/null @@ -1,25 +0,0 @@ -changelog: - exclude: - labels: - - ignore-for-release - authors: - - octocat - categories: - - title: Breaking Changes 🛠 - labels: - - breaking - - title: Exciting New Features 🎉 - labels: - - feature - - title: Fixes 🔧 - labels: - - fix - - title: Documentation 🔧 - labels: - - docs - - title: CI 👷 - labels: - - ci - - title: Other Changes - labels: - - '*' \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c63dd9e..4d77f6ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_pre_release: ${{steps.step1.outputs.is_pre_release }} steps: - - uses: garronej/ts-ci@v2.1.0 + - uses: garronej/ts-ci@v2.1.1 id: step1 with: action_name: is_package_json_version_upgraded @@ -116,7 +116,7 @@ jobs: - run: npx -y -p denoify@1.3.0 enable_short_npm_import_path env: DRY_RUN: "0" - - uses: garronej/ts-ci@v2.1.0 + - uses: garronej/ts-ci@v2.1.1 with: action_name: remove_dark_mode_specific_images_from_readme - name: Publishing on NPM