Skip to content

Commit 43fe11c

Browse files
fix: include bundled action build artifacts
1 parent 31705de commit 43fe11c

File tree

4 files changed

+119402
-2
lines changed

4 files changed

+119402
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Node build artifacts
22
node_modules/
3-
dist/
43
coverage/
54
.nyc_output/
65

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)