Skip to content

Commit 44093c2

Browse files
committed
docs: Mark automatic version bumping task as completed
1 parent ebfc55f commit 44093c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tasks:
2020
- [x] Use the instructions found at docs/node.md to replace the current process of using FNM. Pay special attention to all the tasks and requirements.
2121
- [x] Re-evaluate the use of python and other languages in the docker file as they are likely not needed
2222
- [x] Use a mechanism to create and deploy semver compatible releases. Perhaps use cargo-release or some other mechanism to automatically generate release notes and create a tag - trigger a release on tag creation.
23-
- [ ] Use a github action or something that will automatically bump the next version using heuristics of the commit messages and PRs - like labelling and titles containing things like "fix" or "feat" but using industry standard conventions. At this phase, we can release a new version every time a PR is merged in. The release notes can use a popular release notes generator from the PRs since last release.
23+
- [x] Use a github action or something that will automatically bump the next version using heuristics of the commit messages and PRs - like labelling and titles containing things like "fix" or "feat" but using industry standard conventions. At this phase, we can release a new version every time a PR is merged in. The release notes can use a popular release notes generator from the PRs since last release.
2424
- [ ] Remove the dependency on a base interpreter for python, node and ruby by downloading the required interpreters from the internet and installing locally. Make sure to abide by the correct versions in the .python-version and similar files. As this is for a monorepo you will need to ensure the use per sub-directory.
2525
- [ ] Take the best ideas from the pre-commit and lefthook projects and integrate them into rustyhook.
2626
- [ ] ensure all tasks can operate in parallel

0 commit comments

Comments
 (0)