Skip to content

Commit

Permalink
style: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Sep 4, 2021
1 parent d56875e commit 38ac7f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<a href="https://github.com/actions/typescript-action/actions"><img alt="typescript-action status" src="https://github.com/actions/typescript-action/workflows/build-test/badge.svg"></a>
</p>

# auto-release
# auto-release-changelog

A fork of https://github.com/marvinpinto/actions/blob/master/packages/automatic-releases with further changelog customizations
Based on [automatic-releases](https://github.com/marvinpinto/actions/blob/master/packages/automatic-releases) with further changelog customizations.

## arguments
```yaml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'auto-release'
name: 'auto-release-changelog'
description: 'Generates a release with changelog when a new tag is pushed'
author: 'MC-Machinations'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "auto-release",
"name": "auto-release-changelog",
"version": "0.0.0",
"private": true,
"description": "Generate automatic releases on new tag push",
Expand Down

0 comments on commit 38ac7f9

Please sign in to comment.