From 179de5567607477099bf6a242c0f947527b67a6d Mon Sep 17 00:00:00 2001 From: Nuckle Date: Fri, 20 Dec 2024 15:58:18 +0300 Subject: [PATCH] feat: bump versionto 1.3 --- .github/workflows/github-workflow.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-workflow.yml b/.github/workflows/github-workflow.yml index 3103033..7f19069 100644 --- a/.github/workflows/github-workflow.yml +++ b/.github/workflows/github-workflow.yml @@ -64,13 +64,13 @@ jobs: uses: TriPSs/conventional-changelog-action@v6 # angular preset id: changelog with: - github-token: ${{ github.token }} + github-token: ${{ secrets.GH_OWNER_TOKEN }} + preset: 'angular' git-user-name: "github-actions[bot]" git-user-email: "github-actions[bot]@users.noreply.github.com" git-branch: ${{ env.PR_BRANCH }} skip-git-pull: true output-file: false - skip-bump: true version-file: package.json create-summary: true @@ -79,7 +79,7 @@ jobs: run: | gh pr create --base main --head ${{ env.PR_BRANCH }} --title 'chore(release): ${{ steps.changelog.outputs.tag }} [skip-ci]' --body '${{ steps.changelog.outputs.clean_changelog }}' env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GH_OWNER_TOKEN }} - name: Approve Changelog PR if: steps.changelog.outputs.skipped == 'false' diff --git a/package.json b/package.json index f94e6e5..03eb96b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reddit-chat-mobile-fix", - "version": "1.3.0", + "version": "1.2.0", "displayName": "Reddit Mobile Chat Fix", "author": "nuckle", "description": "Fixes reddit chat (chat.reddit.com) for mobile devices.",