Skip to content

Commit

Permalink
Bump version to v1.8.0 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRipoll23 authored May 20, 2023
1 parent a481781 commit 7ad15e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Voilà! That's your new tag name just for you.

steps:
- name: Generate tag name
uses: MiguelRipoll23/generate-tag-name@v1.7.0
uses: MiguelRipoll23/generate-tag-name@v1.8.0
id: generate-tag-name
with:
major-labels: breaking-change
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Generate tag
uses: MiguelRipoll23/generate-tag-name@v1.7.0
uses: MiguelRipoll23/generate-tag-name@v1.8.0
id: generate-tag-name
with:
channel: ${{ inputs.channel }}
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": "generate-tag-name",
"version": "v1.7.0",
"version": "v1.8.0",
"description": "Generate tag names with the help of semantic versioning and pull requests labels.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 7ad15e5

Please sign in to comment.