Skip to content

Commit

Permalink
Merge pull request #144 from theohbrothers/enhancement/manifest-updat…
Browse files Browse the repository at this point in the history
…e-module-tags

Enhancement (manifest): Update module tags
  • Loading branch information
joeltimothyoh authored Jul 16, 2024
2 parents 931ccfd + 668c59c commit 22f9903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build/definitions/modulemanifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
'module-testing-framework'
'module-publishing'
'module-publishing-framework'
'powershell-project-convention'
'powershell-modules-convention'
'ci'
'continuous-integration'
'build-test-publish'
Expand Down
4 changes: 2 additions & 2 deletions src/PSModulePublisher/PSModulePublisher.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: The Oh Brothers
#
# Generated on: 5/28/2024
# Generated on: 7/16/2024
#

@{
Expand Down Expand Up @@ -96,7 +96,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'pwsh','powershell','modules','powershell-modules','script-module','module-manifest','module-testing','module-testing-framework','module-publishing','module-publishing-framework','ci','continuous-integration','build-test-publish','new-modulemanifest','update-modulemanifest','test-modulemanifest','publish-module'
Tags = 'pwsh','powershell','modules','powershell-modules','script-module','module-manifest','module-testing','module-testing-framework','module-publishing','module-publishing-framework','powershell-project-convention','powershell-modules-convention','ci','continuous-integration','build-test-publish','new-modulemanifest','update-modulemanifest','test-modulemanifest','publish-module'

# A URL to the license for this module.
LicenseUri = 'https://raw.githubusercontent.com/theohbrothers/PSModulePublisher/master/LICENSE'
Expand Down

0 comments on commit 22f9903

Please sign in to comment.