Skip to content

Commit

Permalink
feat: bump versionto 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Dec 20, 2024
1 parent 15890ef commit 179de55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 179de55

Please sign in to comment.