Open Issues Need Help
View All on GitHubAI Summary: Enhance the `skuba init` command to allow users to customize the Renovate preset used in new projects. This involves adding a new option to the command, likely a flag, to specify a custom Renovate configuration file or to select a predefined option (e.g., a default 'rynovate' preset). The current `renovate.json5` file in the base template should be updated to accommodate this change, potentially offering a default preset while allowing for customisation.
🤿 SEEK development toolkit for backend applications and packages
AI Summary: Evaluate the implications of using pnpm's `ignorePatchFailures` setting within the SEEK skuba development toolkit. Determine if silently ignoring patch installation failures is acceptable and identify potential risks or benefits of enabling this setting.
🤿 SEEK development toolkit for backend applications and packages
AI Summary: Create a new npm package containing the changelog generation functionality currently duplicated across multiple SEEK repositories. This will involve extracting the existing `changelog.js` script, refactoring it for independent use, adding necessary documentation, and publishing it to npm.
🤿 SEEK development toolkit for backend applications and packages