Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwjn committed Aug 15, 2023
1 parent 8a5515a commit e7c7345
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Get merged pull requests
description: Compare 2 tags and retrieve all pull requests merged between them
description: Compare 2 tags and retrieve all pull requests merged between them.
author: Van Ons
inputs:
github_token:
Expand Down
20 changes: 17 additions & 3 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "get-merged-pull-requests-action",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"description": "Compare 2 tags and retrieve all pull requests merged between them",
"description": "GitHub action that compares 2 tags and retrieves all pull requests merged between them.",
"main": "lib/main.js",
"scripts": {
"dev": "ts-node src/main.ts",
Expand All @@ -19,9 +19,9 @@
"url": "git+https://github.com/VanOns/get-merged-pull-requests-action.git"
},
"keywords": [
"actions",
"github",
"pull requests"
"actions",
"versioning"
],
"author": "Van Ons",
"license": "MIT",
Expand Down

0 comments on commit e7c7345

Please sign in to comment.