Compare commits
base: rsgltzyd/testing-tool:hotfix/fix-release-version
rsgltzyd/testing-tool:main
rsgltzyd/testing-tool:develop
rsgltzyd/testing-tool:feature/navigation-homepage
rsgltzyd/testing-tool:feat/optimize-first-screen-load
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-9f08
rsgltzyd/testing-tool:cursor/critical-bug-management-fdc8
rsgltzyd/testing-tool:cursor/critical-bug-management-ff51
rsgltzyd/testing-tool:cursor/critical-bug-management-58b2
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-8d3b
rsgltzyd/testing-tool:cursor/critical-bug-management-b054
rsgltzyd/testing-tool:cursor/critical-bug-management-7ecf
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-b8a3
rsgltzyd/testing-tool:cursor/bc-506bbfba-2e4e-44d4-9bc2-6672528d2fda-c72d
rsgltzyd/testing-tool:remove-i18n
rsgltzyd/testing-tool:feature/test-data-generator
rsgltzyd/testing-tool:hotfix/copy-button-review-fixes
rsgltzyd/testing-tool:hotfix/fix-missing-toaster
rsgltzyd/testing-tool:hotfix/contextmenu-srcurl-generating-fix
rsgltzyd/testing-tool:hotfix/remove-unused-alarms
rsgltzyd/testing-tool:hotfix/revert-version
rsgltzyd/testing-tool:hotfix/fix-formatByteSize
rsgltzyd/testing-tool:feature/chrome-i18n
rsgltzyd/testing-tool:fix/components-review-issues
rsgltzyd/testing-tool:hotfix/tsconfig-deprecation
rsgltzyd/testing-tool:hotfix/fix-release-version
rsgltzyd/testing-tool:hotfix/fix-release-workflow
rsgltzyd/testing-tool:migrate-to-shadcn-tailwind
rsgltzyd/testing-tool:v1.1.1
rsgltzyd/testing-tool:v1.1.0
rsgltzyd/testing-tool:v1.0.9
rsgltzyd/testing-tool:v1.0.8
rsgltzyd/testing-tool:v1.0.7
rsgltzyd/testing-tool:v1.0.6
rsgltzyd/testing-tool:v1.0.5
rsgltzyd/testing-tool:v1.0.4
rsgltzyd/testing-tool:v1.0.3
rsgltzyd/testing-tool:v1.0.2
rsgltzyd/testing-tool:v1.0.1
rsgltzyd/testing-tool:help
rsgltzyd/testing-tool:v1.0.0
..
compare: rsgltzyd/testing-tool:v1.0.4
rsgltzyd/testing-tool:main
rsgltzyd/testing-tool:develop
rsgltzyd/testing-tool:feature/navigation-homepage
rsgltzyd/testing-tool:feat/optimize-first-screen-load
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-9f08
rsgltzyd/testing-tool:cursor/critical-bug-management-fdc8
rsgltzyd/testing-tool:cursor/critical-bug-management-ff51
rsgltzyd/testing-tool:cursor/critical-bug-management-58b2
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-8d3b
rsgltzyd/testing-tool:cursor/critical-bug-management-b054
rsgltzyd/testing-tool:cursor/critical-bug-management-7ecf
rsgltzyd/testing-tool:cursor/engineering-documentation-updates-b8a3
rsgltzyd/testing-tool:cursor/bc-506bbfba-2e4e-44d4-9bc2-6672528d2fda-c72d
rsgltzyd/testing-tool:remove-i18n
rsgltzyd/testing-tool:feature/test-data-generator
rsgltzyd/testing-tool:hotfix/copy-button-review-fixes
rsgltzyd/testing-tool:hotfix/fix-missing-toaster
rsgltzyd/testing-tool:hotfix/contextmenu-srcurl-generating-fix
rsgltzyd/testing-tool:hotfix/remove-unused-alarms
rsgltzyd/testing-tool:hotfix/revert-version
rsgltzyd/testing-tool:hotfix/fix-formatByteSize
rsgltzyd/testing-tool:feature/chrome-i18n
rsgltzyd/testing-tool:fix/components-review-issues
rsgltzyd/testing-tool:hotfix/tsconfig-deprecation
rsgltzyd/testing-tool:hotfix/fix-release-version
rsgltzyd/testing-tool:hotfix/fix-release-workflow
rsgltzyd/testing-tool:migrate-to-shadcn-tailwind
rsgltzyd/testing-tool:v1.1.1
rsgltzyd/testing-tool:v1.1.0
rsgltzyd/testing-tool:v1.0.9
rsgltzyd/testing-tool:v1.0.8
rsgltzyd/testing-tool:v1.0.7
rsgltzyd/testing-tool:v1.0.6
rsgltzyd/testing-tool:v1.0.5
rsgltzyd/testing-tool:v1.0.4
rsgltzyd/testing-tool:v1.0.3
rsgltzyd/testing-tool:v1.0.2
rsgltzyd/testing-tool:v1.0.1
rsgltzyd/testing-tool:help
rsgltzyd/testing-tool:v1.0.0
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6abdf4add4 |
fix(ci): sync manifest version from tag before build (#49)
The release workflow was always building with the hardcoded version from package.json (1.0.0), causing Chrome Web Store to reject uploads because 1.0.0 equals the already-published 1.0 (trailing zeros ignored). Added a step to extract the version from the git tag and update package.json before the build, so the zip contains the correct version. Co-authored-by: Ubuntu <ubuntu@localhost.localdomain> |