mirror of https://github.com/smithy-lang/smithy-rs
Disable dev preview for `CrateVersioner` (#3241)
## Motivation and Context In this stable release branch, `CrateVersioner` needs to start versioning SDK crates in a way they are stable. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
This commit is contained in:
parent
e8f771b141
commit
09e46f47d4
|
@ -24,7 +24,7 @@ object CrateVersioner {
|
||||||
IndependentCrateVersioner(
|
IndependentCrateVersioner(
|
||||||
VersionsManifest.fromFile(versionsManifestPath),
|
VersionsManifest.fromFile(versionsManifestPath),
|
||||||
ModelMetadata.fromFile(modelMetadataPath),
|
ModelMetadata.fromFile(modelMetadataPath),
|
||||||
devPreview = true,
|
devPreview = false,
|
||||||
smithyRsVersion = getSmithyRsVersion(rootProject),
|
smithyRsVersion = getSmithyRsVersion(rootProject),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue