Skip to content

Commit

Permalink
chore: document that we still expect to make API changes
Browse files Browse the repository at this point in the history
We'll likely want to refactor the task structure when we
implement sbt#89, sbt#90 or sbt#91, it might be nice to explicitly
set expectations around this without making it a blocker
for doing earlier releases.
  • Loading branch information
raboof committed Dec 12, 2024
1 parent 16d8b33 commit 97b3607
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ lazy val root = (project in file("."))

This plugin supports the CycloneDX XML and JSON BOM formats.

## Stability

We believe this plugin is stable enough to be used in production, but
we do not yet promise API stability: you may need to make configuration
changes or encounter changed behaviour when updating the plugin.

## Contributing

### testing
Expand Down

0 comments on commit 97b3607

Please sign in to comment.