Skip to content

Commit

Permalink
Add icon (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-saks committed May 12, 2021
1 parent adccbb7 commit 370369b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.0.1] - 2021-05-12

### Changed

* Added an icon for publishing to GitHub Marketplace

## [v1.0.0] - 2021-05-11
* Initial release
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ runs:
using: node12
main: 'index.js'

branding:
icon: align-justify
color: green

inputs:
github-token:
description: "GitHub token"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-a-changelog-action",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 370369b

Please sign in to comment.