Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Jul 10, 2022
1 parent 37312b2 commit 68b07c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
owner: mateothegreat
repo: action-release
increment: patch
release_name: MVP release 🎉
release_body: |
This is the body of the release.
Line 2 on and one 👏..
release_notes: true
committer_name: Matthew Davis
committer_email: [email protected]
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# action-release

GitHub action to auto-magically perform semantic version bumps and create releases.

[![Build Status](https://github.com/mateothegreat/action-release/workflows/Bump%20version/badge.svg)](https://github.com/mateothegreat/action-release/workflows/release/badge.svg)
[![Stable Version](https://img.shields.io/github/v/tag/mateothegreat/action-release)](https://img.shields.io/github/v/tag/mateothegreat/action-release)
[![Latest Release](https://img.shields.io/github/v/release/mateothegreat/action-release?color=%233D9970)](https://img.shields.io/github/v/release/mateothegreat/action-release?color=%233D9970)

GitHub action to auto-magically perform semantic version bumps and create releases.

## Inputs

* `owner` __(required)__ - string - The owner of your repository (username or organization name).
Expand Down

0 comments on commit 68b07c3

Please sign in to comment.