Skip to content

Commit

Permalink
docs: Add v1.0.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Jun 10, 2020
1 parent e742809 commit aeda15d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2020-06-10

### Added
- Initial action code
- `GitHubActionsCore` PowerShell module

[Unreleased]: https://github.com/Amadevus/pwsh-script/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/Amadevus/pwsh-script/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Amadevus/pwsh-script/releases/tag/v1.0.0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

GitHub Action to run PowerShell scripts that use the workflow run context - inspired by [actions/github-script].

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Amadevus/pwsh-script)](https://github.com/Amadevus/pwsh-script/releases/latest)
![GitHub top language](https://img.shields.io/github/languages/top/Amadevus/pwsh-script?logo=powershell)
[![CI](https://github.com/Amadevus/pwsh-script/workflows/CI/badge.svg?branch=master)](https://github.com/Amadevus/pwsh-script/actions?query=workflow%3ACI)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Amadevus/pwsh-script)](https://github.com/Amadevus/pwsh-script/releases/latest)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/Amadevus/pwsh-script/latest)

In order to use this action, `script` input is provided. The value of that input should be
the body of a PowerShell script.
Expand Down

0 comments on commit aeda15d

Please sign in to comment.