- Update for gh-helpers v0.3 (#24) (thanks @extremeheat)
- Add review command (#20) (thanks @extremeheat)
- Bump gh-helpers from 0.1.3 to 0.2.2 (#23) (thanks @dependabot[bot])
- Bump gh-helpers from 0.0.1 to 0.1.2 (#19) (thanks @dependabot[bot])
- Move github-helper script to new
gh-helpers
package (#17) (thanks @extremeheat) - node18 is not supported by gh action, switching to 20 (thanks @rom1504)
- Fix token type check, update options/doc (#16) (thanks @extremeheat)
- Bump @actions/github from 5.1.1 to 6.0.0 (#13) (thanks @dependabot[bot])
- Bump @vercel/ncc from 0.36.1 to 0.38.1 (#14) (thanks @dependabot[bot])
- update build (thanks @extremeheat)
- Fix default github_token usage (thanks @extremeheat)
- makerelease: reorder manifest lookup to fix another special case (thanks @extremeheat)
- makerelease: update manifest updating (#11) (thanks @extremeheat)
- makerelease: update manifest update logic (thanks @extremeheat)
- Fix space/quote handling when reading setup.py for release cmd (thanks @extremeheat)
- /fixrelease: use github API for recent commits to show Github usernames in history (thanks @extremeheat)
- /makerelease: improve padding handling (thanks @extremeheat)
- add newline padding to /makerelease (thanks @extremeheat)
- fix existing PR search (thanks @extremeheat)
- Add history in readme support for /makerelease (#8) (thanks @extremeheat)
- update build (thanks @extremeheat)
- disable npm dry run (thanks @extremeheat)
- rename repo (thanks @extremeheat)
- /makerelease [release version]
- Make a release PR (Node.js and Python projects).
- This command creates a new PR with a modified HISTORY.md adding a section with the latest commits since the last release PR (commit starting with "Release ") and if they exist, updates the package.json (Node.js) or setup.py/pyproject.toml (Python) manifest files.
- This doesn't actually create a release, it just creates a PR that when merged, will trigger your actual release workflow.
- Example trigger and resulting release PR
- /fixlint
- Run a lint fix command on the current PR, then push the update to the PR
- Example trigger
- initial implementation