File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 3939 env :
4040 INPUT_VERSION : ${{ needs.check.outputs.version }}
4141 run : node ./scripts/changelog/index.cjs
42- - name : Publish to NPM
43- run : npm publish # Publish builds automatically
44- env :
45- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
46- SENTRY_DSN : ${{ vars.SENTRY_DSN }}
4742 - name : Tag and Release
4843 uses : softprops/action-gh-release@v1
4944 with :
6964 registry-url : " https://registry.npmjs.org"
7065 - name : Install dependencies
7166 run : npm install
72- - name : Publish to NPM
73- run : npm publish --tag next # Publish builds automatically
74- env :
75- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
67+ - name : Tag and Release
68+ uses : softprops/action-gh-release@v1
69+ with :
70+ tag_name : ${{ needs.check.outputs.version }}
71+ target_commitish : ${{ needs.check.outputs.commit }}
72+ body : " Super secret test release"
73+ prerelease : true
74+ files : |
75+ dist/*
76+ changelog.md
Original file line number Diff line number Diff line change 11# UnderScript Changelog
22
3+ ## Version 0.63.12 (2026-01-06)
4+ Apparently UnderScript updates were broken and the past 2 releases didn't go through. Here's the changes:
5+ 1 . Fixed filters not resetting to first page
6+ 1 . Fixed battle log not translating story username
7+ 1 . Fixed chat ping highlight conflicting with base game
8+ 1 . Fixed mac support for "control" key (use meta instead)
9+
310## Version 0.63.11 (2026-01-03)
4111 . Fixed chat ping highlight conflicting with base game
5121 . Fixed mac support for "control" key (use meta instead)
You can’t perform that action at this time.
0 commit comments