Skip to content

Commit

Permalink
chore: document that we still expect to make API changes (#92)
Browse files Browse the repository at this point in the history
We'll likely want to refactor the task structure when we
implement #89, #90 or #91, it might be nice to explicitly
set expectations around this without making it a blocker
for doing earlier releases.
  • Loading branch information
raboof authored Jan 8, 2025
1 parent b1738cd commit c7b2ae0
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
@@ -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

0 comments on commit c7b2ae0

Please sign in to comment.