Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Dec 29, 2018
1 parent d072367 commit 85844be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

## [1.0.1] - 2018-12-28

### Fixed

- Fix logic and only post a GitHub comment to the PR if issues were found.

## [1.0.0] - 2018-12-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion analyze/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL "com.github.actions.icon" = "box"
LABEL "com.github.actions.color" = "blue"

LABEL "name" = "github-action-psscriptanalyzer"
LABEL "version" = "1.0.0"
LABEL "version" = "1.0.1"
LABEL "repository" = "https://github.com/devblackops/github-action-psscriptanalyzer"
LABEL "homepage" = "https://github.com/PowerShell/PSScriptAnalyzer"
LABEL "maintainer" = "Brandon Olin <brandon@devblackops.io>"
Expand Down
2 changes: 1 addition & 1 deletion analyze/psakeFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task Init {
$script:dockerAcct = 'devblackops'
$script:imageName = $env:BHProjectName
$script:dockerRepo = "$dockerAcct/$imageName"
$script:version = '1.0.0'
$script:version = '1.0.1'
}

task Build -depends Init {
Expand Down

0 comments on commit 85844be

Please sign in to comment.