Releases: Attest/annotations-action
v1.0.7
1.0.7 (2020-02-20)
Bug Fix - check input path exists
check input path exists; if it does not warn and exitGH-10
Reference: 5ca622d
Ticket: [GH-10]
Build System - ignore lib checking
ignore lib type checking since there is an error in the dependency typesGH-8
Reference: fd637cd
Ticket: [GH-8]
Documentation - add docs for expected structure
add documenation around the expected structure for the file input
structure with link to exampleGH-8
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
1.0.1 (2020-02-13)
Bug Fix - bundle dependencies
remove dependecies for external so that they are compiled into the dist
Reference: bd3ad1e
Ticket: ch8743
Bug Fix - update included assets
- include node_modules in release archive (required for github actions)
Reference: 542f756
Ticket: ch8743
Continuous Integration - correct branding
correct branding in action.yml
v1.0.0
1.0.0 (2020-02-13)
Build System - update all dependencies
- 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
Continuous Integration - update pipelines
- simplify master pipeline; and ensure that we add the correct remote (use
env var) - add dependency audit check
Reference: 695c1e5
Ticket: ch8743
Continuous Integration - remove dry run mode
run real release cycle
Reference: 952e10e
Ticket: ch8743
Continuous Integration - use config property
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
Feature - add action logic
- create logic for writing annotations from a given json file
- add action.yml
- add example into workflow
Reference: 0fc4fb8
Ticket: ch8753
- setup
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
- init
Reference: 21b51d6