Skip to content

Commit

Permalink
Release a v1.0.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylorhall authored Sep 6, 2021
1 parent 14e2bbd commit 6715594
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: Find Pull Request
id: find-pr
uses: kylorhall/find-github-pull-request@v0.0.4
uses: kylorhall/find-github-pull-request@master
with:
failIfNotFound: true

Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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).

## [Unreleased]

## [1.0.0] - 2021-09-07

Basically the initial working release.

**PRs:**

- [#2](https://github.com/sharesight/find-github-pull-request/pull/2)
- [#3](https://github.com/sharesight/find-github-pull-request/pull/3)
- [#4](https://github.com/sharesight/find-github-pull-request/pull/4)
- [#5](https://github.com/sharesight/find-github-pull-request/pull/5)
- [#6](https://github.com/sharesight/find-github-pull-request/pull/6)

#### [0.0.1] – [0.0.4] - 2021-09-06

Tinkering and initial working release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find Pull Request
id: find-pr
uses: kylorhall/find-github-pull-request@v0.0.4
uses: kylorhall/find-github-pull-request@v1.0.0
with:
# These are all default values.
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-github-pull-request",
"version": "0.0.4",
"version": "1.0.0",
"description": "Find a Github Pull Request in a Github Action",
"main": "dist/index.js",
"author": {
Expand Down

0 comments on commit 6715594

Please sign in to comment.