Skip to content

Commit f2bcfe0

Browse files
authored
Merge pull request #23 from stiwicourage/develop
fix(#6): update module import to NovaModuleTools
2 parents ee31b25 + cea12f2 commit f2bcfe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/Prepare-SemanticRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Write-Host "Preparing semantic release for version $Version"
1515
Write-ProjectJsonVersion -Path $ProjectFile -Version $Version
1616
Write-ChangelogFileForRelease -Path $ChangelogFile -Version $Version -Date (Get-ReleaseDateString)
1717

18-
Import-Module ModuleTools -Force
18+
Import-Module NovaModuleTools -Force
1919
Invoke-MTBuild -Verbose
2020

2121

0 commit comments

Comments
 (0)