Skip to content

Commit 664adc7

Browse files
Update README with maintenance status details (#336)
Added maintenance status information to the README.
1 parent b9a2be6 commit 664adc7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ A Gradle Plugin to determine which modules were affected by a set of files in a
1212

1313
The AffectedModuleDetector will look at the last commit and determine which files have changed, it will then build a dependency graph of all the modules in the project. The detector exposes a set of APIs which can be used to determine whether a module was considered affected.
1414

15+
### ⚠️ Maintenance Status
16+
17+
Affected Module Detector is in maintenance mode.
18+
19+
Only critical fixes may be merged. There are no plans for new features and no guaranteed support timeline. See [this issue](https://github.com/dropbox/AffectedModuleDetector/issues/335) for details and ownership discussion.
20+
1521
### Git
1622

1723
The module detector assumes that it is being applied to a project stored in git and a git client is present on the system. It will query the last commit on the current branch to determine the list of files changed.

0 commit comments

Comments
 (0)