Skip to content

Commit

Permalink
Release 1.0.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno authored Apr 6, 2022
1 parent 28eb36b commit 771af78
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- markdownlint-disable-file MD013 -->

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0](https://github.com/jdno/setup-butler/releases/tag/v1.0.0)

### Added

- Download butler and add it to the `PATH`
by [@jdno](https://github.com/jdno)
in [#10](https://github.com/jdno/setup-butler/10)

**Full Changelog**:
<https://github.com/jdno/setup-butler/compare/643c05e4601103fd2c982a0c96b49a3ac7ab4933...v1.0.0>
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Set up butler"
description: "Set up your GitHub Actions workflow with itch.io's butler tool"
description: "Set up itch.io's butler in your GitHub Actions workflow"

branding:
icon: "download-cloud"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "setup-butler",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "A GitHub Action that sets up itch.io's butler tool",
"description": "Set up itch.io's butler tool in your GitHub Actions workflow",
"main": "build/main.js",
"scripts": {
"package": "tsc && ncc build --minify",
Expand Down

0 comments on commit 771af78

Please sign in to comment.