releaser-pleaser/docs
Julian Tölle f1aa1a2ef4
refactor: let updaters define the files they want to run on (#233)
This change reverses the responsibility for which files the updaters are
run on. Now each updater can specify the list of files and wether the
files should be created when they do not exist yet. This simplifies the
handling of each update in releaserpleaser.go, as we can just iterate
over all updaters and call it for each file of that updater.

Also update the flags to allow users to easily define which updaters
should run.
2025-08-23 22:14:34 +02:00
..
explanation docs: describe concurrency and conflict considerations (#199) 2025-06-14 14:24:16 +00:00
guides refactor: let updaters define the files they want to run on (#233) 2025-08-23 22:14:34 +02:00
reference refactor: let updaters define the files they want to run on (#233) 2025-08-23 22:14:34 +02:00
tutorials feat: run one job concurrently to reduce chance of conflicts (#198) 2025-06-14 13:43:35 +00:00
.gitignore docs: setup mdbook (#27) 2024-08-24 16:23:42 +02:00
book.toml docs: add link to github repo 2024-08-25 22:31:39 +02:00
changelog.md docs: setup mdbook (#27) 2024-08-24 16:23:42 +02:00
introduction.md docs: setup mdbook (#27) 2024-08-24 16:23:42 +02:00
SUMMARY.md refactor: let updaters define the files they want to run on (#233) 2025-08-23 22:14:34 +02:00