File tree Expand file tree Collapse file tree 4 files changed +119402
-2
lines changed Expand file tree Collapse file tree 4 files changed +119402
-2
lines changed Original file line number Diff line number Diff line change 11# Node build artifacts
22node_modules /
3- dist /
43coverage /
54.nyc_output /
65
Original file line number Diff line number Diff line change @@ -8,7 +8,14 @@ The project follows [Semantic Versioning](https://semver.org/) and adheres to th
88
99- Nothing yet.
1010
11- ## [ 1.0.0] - 2025-02-14
11+ ## [ 1.1.0] - 2025-10-10
12+
13+ ### Fixed
14+
15+ - Fixed packaging so the published action includes the bundled ` dist/index.js ` entrypoint again.
16+ - Documented the requirement to rerun ` npm run bundle ` and commit the compiled assets when changing runtime code.
17+
18+ ## [ 1.0.0] - 2025-10-09
1219
1320### Added
1421
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Thanks for your interest in contributing to the CPython Patch PR Action! This do
1414- Keep commits focused and provide meaningful messages.
1515- Open a pull request early for feedback. Draft PRs are welcome.
1616- Ensure automated tests and linters pass before requesting review.
17+ - Run ` npm run bundle ` and commit the generated ` dist/** ` output whenever you make changes that affect the action runtime.
1718
1819## Code Style
1920
You can’t perform that action at this time.
0 commit comments