Skip to content

Commit

Permalink
Update changelog with release date
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Dec 7, 2017
1 parent 81224fd commit a8a9de7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - Unreleased
## [2.0.0] - 2017-12-06

### Changed

Expand Down
6 changes: 0 additions & 6 deletions PoshBot.Karma/PoshBot.Karma.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,9 @@ RequiredModules = @('PoshBot')

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @(
# 'Get-KarmaLeaderboard'
# 'Set-Karma'
# 'Reset-Karma',
'Add-Karma',
'Remove-Karma'
'Karma'
# 'Get-KarmaBest',
# 'Get-KarmaWorst',
##'Reset-Karma'
)

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down
2 changes: 1 addition & 1 deletion psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task Pester -Depends Init {

} -description 'Run Pester tests'

Task Publish -Depends Build {
Task Publish -Depends Test {
" Publishing version [$($manifest.ModuleVersion)] to PSGallery..."
Publish-Module -Path $sut -NuGetApiKey $env:PSGalleryApiKey -Repository PSGallery
}

0 comments on commit a8a9de7

Please sign in to comment.