Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Releases: Attest/annotations-action

v1.0.7

20 Feb 14:35
Compare
Choose a tag to compare

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

Reference: a7c2f2e
Ticket: [GH-8]

v1.0.6

19 Feb 16:48
Compare
Choose a tag to compare

1.0.6 (2020-02-19)

Bug Fix - exclude lib check

use real import and exlude lib checking as there is a problem with the type layer

Reference: 10c1eef
Ticket: ch8743

v1.0.5

19 Feb 15:59
Compare
Choose a tag to compare

1.0.5 (2020-02-19)

Bug Fix - fix runtime errors

patch runtime issue with navigator being included, this is not safe for use in node

Reference: 63e5270
Ticket: ch8743

v1.0.4

18 Feb 22:21
Compare
Choose a tag to compare

1.0.4 (2020-02-18)

Bug Fix - fix build issues

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

v1.0.3

14 Feb 08:38
Compare
Choose a tag to compare

1.0.3 (2020-02-14)

Bug Fix - add missing dist file

add dist/index.js so that we can distribute the action

Reference: 421fd9f
Ticket: ch8743

v1.0.2

13 Feb 14:32
Compare
Choose a tag to compare

1.0.2 (2020-02-13)

Bug Fix - github release assets

Reference: fcee803
Ticket: ch8743

v1.0.1

13 Feb 14:29
Compare
Choose a tag to compare

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

Reference: f3f4ea0
Ticket: ch8743

v1.0.0

13 Feb 12:08
Compare
Choose a tag to compare

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 as chore 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