Automatic proofreading with textlint.
npm run lint --fixIt is also automatically executed when pre-commit by husky.
proofreading rules are set with .textlintrc.
You can generate PDF with md-to-pdf.
npm run build:pdfThe output PDF can be styled as you like with CSS. Edit the pdf-configs/style.css.
versioning semantically by applying labels that major, minor, patch.
If no label is applied, the default version will be incremented as patch.
If you want to explicitly increase a version other than patch, Attach either major or minor label to PR
major: 新しい職場の追加minor: 既存の職場でのプロジェクトの追加patch: 既存のプロジェクトの詳細の変更や追記
Automatically generate issues every three months with GitHub Actions Schedules triggers to prompt you to update your resume.
To change the duration or stop the job, edit .github/workflows/create-issue.yml.
To change the issue contents, edit .github/ISSUE_TEMPLATE.md.