Releases: ianlewis/todos
Releases · ianlewis/todos
v0.4.0
0.4.0
Added in 0.4.0
- The
todos
CLI now supports a new JSON output format. - A new
issue-reopener
GitHub action was
added that uses thetodos
CLI to scan a repository checkout for TODOs
referencing a GitHub issue and reopen issues that have been prematurely
closed.
Removed in 0.4.0
- The
github-issue-reopener
binary was removed in favor of the
issue-reopener
action.
See CHANGELOG.md
All Changes
- feat: Issue reopener GitHub Action by @ianlewis in #119
- test: add e2e pre-submits for issue-reopener by @ianlewis in #149
- feat: github-issue-reopener: add file filtering options by @ianlewis in #157
- test: issue-reopener TypeScript action unit tests by @ianlewis in #160
- fix: Don't checkout code in e2e pre-submit by @ianlewis in #166
- feat: Add coverage to TS tests by @ianlewis in #174
- chore: Create codeql.yml by @ianlewis in #186
- chore(deps): Bump actions/setup-node from 3.7.0 to 3.8.1 by @dependabot in #170
- feat: [issue-reopener] Add dry-run and more tests by @ianlewis in #177
- refactor: Update tests and coverage generation by @ianlewis in #201
- feat: Add JSON output format by @ianlewis in #209
- fix: linter issues by @ianlewis in #226
- refactor: Remove github-issue-reopener binary by @ianlewis in #234
- refactor: Don't run e2e tests on release PR by @ianlewis in #239
- refactor: Rewrite issue-reopener in TypeScript by @ianlewis in #245
- chore(release): Update for v0.4.0-rc.1 by @ianlewis in #256
- chore(release): Release v0.4.0-rc.2 by @ianlewis in #259
- fix: issue-reopener relative links by @ianlewis in #263
- chore(release): Release v0.4.0 by @ianlewis in #268
Full commit log: v0.3.0...v0.4.0
v0.4.0-rc.2
See CHANGELOG.md
v0.4.0-rc.1
See CHANGELOG.md
v0.4.0-rc.0
Testing release workflow
v0.3.0
See CHANGELOG.md
v0.2.0
See CHANGELOG.md
v0.1.0
See CHANGELOG.md
v0.0.1
See CHANGELOG.md