Skip to content

Commit

Permalink
Prepare release v0.5.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
aslakhellesoy committed Jun 29, 2022
1 parent 4d46741 commit c7daf12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2022-06-29
### Added
- Added the ability to pick up `ONE_REPORT_ORGANIZATION`, `ONE_REPORT_TOKEN`, `ONE_REPORT_URL` environment variables, so GitHub Action inputs or command-line options do not need to be specified.

### Changed
- Added the ability to pick up `ONE_REPORT_ORGANIZATION`, `ONE_REPORT_TOKEN`, `ONE_REPORT_URL` environment variables, so GitHub Action inputs or command-line options do not need to be specified.
- Changed the `--organization-id` command-line option to `--organization`.
- Changed the `organization-id` GitHub action input to `organization`.

Expand Down Expand Up @@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release

[Unreleased]: https://github.com/smartbear/one-report-publisher/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/smartbear/one-report-publisher/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/smartbear/one-report-publisher/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/smartbear/one-report-publisher/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/smartbear/one-report-publisher/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/smartbear/one-report-publisher/compare/v0.3.0...v0.3.1
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": "@smartbear/one-report-publisher",
"version": "0.4.0",
"version": "0.5.0",
"description": "Publish Test Results to SmartBear OneReport",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit c7daf12

Please sign in to comment.