mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
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.
32 lines
818 B
Markdown
32 lines
818 B
Markdown
# Summary
|
|
|
|
[Introduction](introduction.md)
|
|
|
|
# Tutorials
|
|
|
|
- [Getting started on GitHub](tutorials/github.md)
|
|
- [Getting started on GitLab](tutorials/gitlab.md)
|
|
|
|
# Explanation
|
|
|
|
- [Release Pull Request](explanation/release-pr.md)
|
|
- [Concurrency and Conflicts](explanation/concurrency-conflicts.md)
|
|
|
|
# Guides
|
|
|
|
- [Customizing Release Notes](guides/release-notes.md)
|
|
- [Pre-releases](guides/pre-releases.md)
|
|
- [Workflow Permissions on GitHub](guides/github-workflow-permissions.md)
|
|
- [Updating arbitrary files](guides/updating-arbitrary-files.md)
|
|
|
|
# Reference
|
|
|
|
- [Glossary](reference/glossary.md)
|
|
- [Pull Request Options](reference/pr-options.md)
|
|
- [GitHub Action](reference/github-action.md)
|
|
- [GitLab CI/CD Component](reference/gitlab-cicd-component.md)
|
|
- [Updaters](reference/updaters.md)
|
|
|
|
---
|
|
|
|
[Changelog](changelog.md)
|