Skip to content

Tags: rivierch/annotations-action

Tags

v1.0.7

Toggle v1.0.7's commit message
chore(release): 1.0.7 [skip ci]

## [1.0.7](Attest/annotations-action@v1.0.6...v1.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](Attest@5ca622d)
Ticket: [AttestGH-10]

### Build System - ignore lib checking

ignore lib type checking since there is an error in the dependency typesGH-8

Reference: [fd637cd](Attest@fd637cd)
Ticket: [AttestGH-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](Attest@a7c2f2e)
Ticket: [AttestGH-8]

v1.0.6

Toggle v1.0.6's commit message
chore(release): 1.0.6 [skip ci]

## [1.0.6](Attest/annotations-action@v1.0.5...v1.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](Attest@10c1eef)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.5

Toggle v1.0.5's commit message
chore(release): 1.0.5 [skip ci]

## [1.0.5](Attest/annotations-action@v1.0.4...v1.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](Attest@63e5270)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.4

Toggle v1.0.4's commit message
chore(release): 1.0.4 [skip ci]

## [1.0.4](Attest/annotations-action@v1.0.3...v1.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](Attest@2927f53)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.3

Toggle v1.0.3's commit message
chore(release): 1.0.3 [skip ci]

## [1.0.3](Attest/annotations-action@v1.0.2...v1.0.3) (2020-02-14)

### Bug Fix - add missing dist file

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

Reference: [421fd9f](Attest@421fd9f)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.2

Toggle v1.0.2's commit message
chore(release): 1.0.2 [skip ci]

## [1.0.2](Attest/annotations-action@v1.0.1...v1.0.2) (2020-02-13)

### Bug Fix - github release assets
Reference: [fcee803](Attest@fcee803)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci]

## [1.0.1](Attest/annotations-action@v1.0.0...v1.0.1) (2020-02-13)

### Bug Fix - bundle dependencies

remove dependecies for external so that they are compiled into the dist

Reference: [bd3ad1e](Attest@bd3ad1e)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### Bug Fix - update included assets

- include node_modules in release archive (required for github actions)

Reference: [542f756](Attest@542f756)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### Continuous Integration - correct branding

correct branding in action.yml

Reference: [f3f4ea0](Attest@f3f4ea0)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 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](Attest@83eaa9c)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### Continuous Integration - update pipelines

- simplify master pipeline; and ensure that we add the correct remote (use
env var)
- add dependency audit check

Reference: [695c1e5](Attest@695c1e5)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### Continuous Integration - remove dry run mode

run real release cycle

Reference: [952e10e](Attest@952e10e)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### 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](Attest@593f33e)
Ticket: [ch8743](https://app.clubhouse.io/attest/story/8743)

### Feature - add action logic

- create logic for writing annotations from a given json file
- add action.yml
- add example into workflow

Reference: [0fc4fb8](Attest@0fc4fb8)
Ticket: [ch8753](https://app.clubhouse.io/attest/story/8753)

###  - 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](Attest@12281b2)
Ticket: [ch8753](https://app.clubhouse.io/attest/story/8753)

###  - init
Reference: [21b51d6](Attest@21b51d6)