You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Tasks:
20
20
-[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.
21
21
-[x] Re-evaluate the use of python and other languages in the docker file as they are likely not needed
22
22
-[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.
24
24
-[ ] 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.
25
25
-[ ] Take the best ideas from the pre-commit and lefthook projects and integrate them into rustyhook.
0 commit comments