1.0.7 (2020-02-20)
check input path exists; if it does not warn and exitGH-10
Reference: 5ca622d Ticket: [GH-10]
ignore lib type checking since there is an error in the dependency typesGH-8
Reference: fd637cd Ticket: [GH-8]
add documenation around the expected structure for the file input structure with link to exampleGH-8
Reference: a7c2f2e Ticket: [GH-8]
1.0.6 (2020-02-19)
use real import and exlude lib checking as there is a problem with the type layer
Reference: 10c1eef Ticket: ch8743
1.0.5 (2020-02-19)
patch runtime issue with navigator being included, this is not safe for use in node
Reference: 63e5270 Ticket: ch8743
1.0.4 (2020-02-18)
fix build issues where dependencies where causing failures at runtime,
add a navigator object to global scope so @octokit/request
does not
fail, as this is not available in node
Reference: 2927f53 Ticket: ch8743
1.0.3 (2020-02-14)
add dist/index.js that we can distribute the action
Reference: 421fd9f Ticket: ch8743
1.0.2 (2020-02-13)
Reference: fcee803 Ticket: ch8743
1.0.1 (2020-02-13)
remove dependecies for external so that they are compiled into the dist
Reference: bd3ad1e Ticket: ch8743
- include node_modules in release archive (required for github actions)
Reference: 542f756 Ticket: ch8743
correct branding in action.yml
Reference: f3f4ea0 Ticket: ch8743
- update all dependencies to the latest versions
- fix issues with types with
@octokit/rest
- update dependabot to use
build
for the prefix aschore
is no longer valid
Reference: 83eaa9c Ticket: ch8743
- simplify master pipeline; and ensure that we add the correct remote (use env var)
- add dependency audit check
Reference: 695c1e5 Ticket: ch8743
run real release cycle
Reference: 952e10e Ticket: ch8743
use config property over preset; preset will not resolve the module but attempt to use one of the standard presets available
Reference: 593f33e Ticket: ch8743
- create logic for writing annotations from a given json file
- add action.yml
- add example into workflow
Reference: 0fc4fb8 Ticket: ch8753
Create base repository adding the following tooling:
- eslint
- prettier
- rollup
- typescript
- github workflows
- semantic-release (in dry run mode)
- commit lint
- lintstaged + husky
- gitignore
- dependabot
Reference: 12281b2 Ticket: ch8753
Reference: 21b51d6