Skip to content

Commit aeda15d

Browse files
committed
docs: Add v1.0.0 to changelog
1 parent e742809 commit aeda15d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2020-06-10
11+
1012
### Added
1113
- Initial action code
1214
- `GitHubActionsCore` PowerShell module
1315

14-
[Unreleased]: https://github.com/Amadevus/pwsh-script/compare/v1.0.0...HEAD
16+
[Unreleased]: https://github.com/Amadevus/pwsh-script/compare/v1.0.0...HEAD
17+
[1.0.0]: https://github.com/Amadevus/pwsh-script/releases/tag/v1.0.0

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

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

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

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

0 commit comments

Comments
 (0)