Skip to content

Commit 72d885f

Browse files
committed
Release 0.2.0
1 parent d55537d commit 72d885f

File tree

3 files changed

+52
-4
lines changed

3 files changed

+52
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11

22

3-
### [1.0.3](https://github.com/matmar10/pr-heroku-review-app/compare/v1.0.1...v1.0.3) (2022-04-06)
3+
## 0.2.0 (2022-04-25)
4+
5+
6+
### Features
7+
8+
* output the created/updated app id and web URL ([6b7712f](https://github.com/matmar10/heroku-review-app/commit/6b7712fa9db7316b9ffb3e3046e8f2300b53753d))
9+
10+
11+
### Bug Fixes
12+
13+
* add missing distribution files ([5d5e2b3](https://github.com/matmar10/heroku-review-app/commit/5d5e2b36845ce0850a3ba23cb91595fe248e635e))
14+
* fetch tarbell via github archive API & update debugging output ([8728158](https://github.com/matmar10/heroku-review-app/commit/87281588400b0795cb553185d2bf7d16f68bb965))
15+
* incorrect annotation methods for github core ([f363de3](https://github.com/matmar10/heroku-review-app/commit/f363de38f05b07ed66eafce07305826aff5760ac))
16+
* invalid event name check crashing ([fbaec4b](https://github.com/matmar10/heroku-review-app/commit/fbaec4b10489a831c1f223476d669617432f68f2))
17+
* missing pipeline ID due to referenceing env variable not action input ([e311d7e](https://github.com/matmar10/heroku-review-app/commit/e311d7e102d6faca92b777b666857fe25e77dde0))
18+
* only check for label if PR event is labeled ([6c6b601](https://github.com/matmar10/heroku-review-app/commit/6c6b601ac530ec3bed2939e16fedb78b906ad746))
19+
* use find app to check build status ([25a1133](https://github.com/matmar10/heroku-review-app/commit/25a1133c094cc6c975ea0c7e2069f5050fc03c6c))
20+
* use find app to check build status ([882e58e](https://github.com/matmar10/heroku-review-app/commit/882e58ef0c9187fee187a19031f6d36d40c11437))
21+
* wait for seconds not milliseconds ([e30ac39](https://github.com/matmar10/heroku-review-app/commit/e30ac398d1ddc6744c5b6ee1bdd0b4334f8dc94a))
22+
23+
24+
### Reverts
25+
26+
* start from fresh version history ([d55537d](https://github.com/matmar10/heroku-review-app/commit/d55537dacfd91942fedb4fb14fc7eee3aee994fa))
27+
28+
29+
### Code Refactoring
30+
31+
* use latest octokit ([9c9aee8](https://github.com/matmar10/heroku-review-app/commit/9c9aee8d23bbd1e491af58be9d7e0d603232939e))
32+
33+
34+
### Tests
35+
36+
* allow writing test files using dotenv configuration ([0248d83](https://github.com/matmar10/heroku-review-app/commit/0248d8346eda87b21701859410f7df1431acf9e0))
37+
* rename base URL for API tests to disambiguate ([434bac4](https://github.com/matmar10/heroku-review-app/commit/434bac4beffaf37331706d07ccdfe16475eaab22))
38+
39+
40+
### Documentation
41+
42+
* add github action branding & unique title ([9c12a4a](https://github.com/matmar10/heroku-review-app/commit/9c12a4a119580819b24373b859d19c5cc6037f0c))
43+
* unfork since code has completely diverged use new repo name ([17519df](https://github.com/matmar10/heroku-review-app/commit/17519df8d7823c04b8eebec8c3fb7247b6860619))
44+
* update config section to use inputs not env variables ([a0ac403](https://github.com/matmar10/heroku-review-app/commit/a0ac403b165ab629ee34eb16c340c14292ecd0e4))
45+
* update readme example to self-reference; add roadmap ([adf7e7d](https://github.com/matmar10/heroku-review-app/commit/adf7e7da8757278f1a30bed4b0424706d07bcd28))
46+
47+
48+
### Continuous Integration
49+
50+
* scope publicly to avoid paid since this is public ([262c955](https://github.com/matmar10/heroku-review-app/commit/262c955d73aec24ea01288e84698434986750222))
51+
* update npm name to be unique ([0a6d780](https://github.com/matmar10/heroku-review-app/commit/0a6d78024effebbc4d3178a377f945548335549e))### [1.0.3](https://github.com/matmar10/pr-heroku-review-app/compare/v1.0.1...v1.0.3) (2022-04-06)
452

553

654
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-heroku-review-app",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Automatically deploy a Heroku review app for each PR & ensure the review app stays up to date.",
55
"author": "Matthew J Martin <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)