Skip to content

Commit

Permalink
use semver versioning for flutter-version
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Jun 29, 2023
1 parent 0733dcc commit 76220f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/datasource/flutter-version/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export class FlutterVersionDatasource extends Datasource {

override readonly caching = true;

override readonly defaultVersioning = 'semver';

async getReleases({
registryUrl,
}: GetReleasesConfig): Promise<ReleaseResult | null> {
Expand Down

0 comments on commit 76220f9

Please sign in to comment.