Using eleventy as a static site generator.
This section describes the internal workflow to adopt when working on a new release, mainly kept as a self reminder.
- Ensure on
devbranch - Run
npm run changelog.GITHUB_TOKENenvironment should be set and matching a personal access token with repo scope. - Check diff,
src/changelog/index.mdshould have been updated, and any new PR generated undersrc/changelog/pull/ - Run
npm run sto check generated website locally. - Commit and push to repo.