Skip to content

Commit c08f5de

Browse files
committed
fix: typo and hide patch-version parameter
1 parent 0451aa6 commit c08f5de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2025, Salesforce.com, Inc.
1+
Copyright (c) 2024, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

messages/package_convert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Specific released patch version to convert
8484

8585
# flags.patch-version.description
8686

87-
Specify a rleased patch version as major.minor.patch.build to convert to second generation package
87+
Specify a released patch version as major.minor.patch.build to convert to second generation package version

src/commands/package/convert.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class PackageConvert extends SfCommand<PackageVersionCreateRequestResult>
9090
char: 'a',
9191
deprecateAliases: true,
9292
aliases: ['patchversion'],
93+
hidden: true,
9394
}),
9495
};
9596

0 commit comments

Comments
 (0)