All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.8.0 - 2022-08-15
- Use new publishing API (e8b0695ecdae025ce0e0d734e2cdcc119c5a79f9)
- Make
~
expansion work on Windows
0.7.0 - 2022-07-12
- Changed
ONE_REPORT_TOKEN
toONE_REPORT_REFRESH_TOKEN
- Changed the
--token
command-line option to--refresh-token
- Changed the
token
GitHub action input torefresh-token
.
0.6.0 - 2022-07-05
- If an error is thrown it contains the response body
- Changed the main response from report urls to test cycle ids
- Changed the console output from report urls to array of test cycle ids
- Changed the
--organization
command-line option to--project-id
. - Changed the
organization
GitHub action input toproject-id
. - Renamed the
ONE_REPORT_ORGANIZATION
environment variable toONE_REPORT_PROJECT_ID
0.5.0 - 2022-06-29
- 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 toorganization
.
0.4.0 - 2022-06-22
- Changed basic auth to JWT token authentication OR-7
0.3.2 - 2022-03-04
- Update @cucumber/ci-environment
0.3.1 - 2022-03-04
- Provide correct SHA for GitHub Actions
0.3.0 - 2022-02-09
- Add new
--max-time <seconds>
option - Add new
--ignore-error
option
0.2.0 - 2022-02-07
- Basic Auth authentication has been added
- The GitHub Action must specify
username
- The CLI must specify
--username
- The CLI shortopt
-u
is an alias for--username
(and not--url
as it was in previous versions)
- Vercel authentication (password only) has been removed
0.1.0 - 2022-01-31
- Zip non
.zip
files by default. This can be overriden by specifyingzip: false
(GitHub Action) or--no-zip
(Command Line)
0.0.14 - 2022-01-27
- Expand
~
in report globs #3
0.0.13 - 2022-01-27
- Fix
--reports
option in CLI #2
0.0.12 - 2022-01-26
- Add shebang in CLI
0.0.11 - 2022-01-26
- Added a command-line, making it possible to run with
npx @smartbear/one-report-publisher
0.0.10 - 2022-01-26
- Made output more verbose when a file can not be published
0.0.9 - 2022-01-26
- Support publication of .zip files
- Support publication of .ndjson files
0.0.8 - 2022-01-26
- Put publishing back into test workflow
0.0.7 - 2022-01-26
- Extract separate workflow for publishing results
0.0.6 - 2022-01-26
- Fix release workflow again
0.0.5 - 2022-01-26
- Fix release workflow again
0.0.4 - 2022-01-26
- Fix release workflow again
0.0.3 - 2022-01-26
- Fix release workflow again
0.0.2 - 2022-01-26
- Fix release workflow
0.0.1 - 2022-01-26
- First release