Skip to content

Latest commit

 

History

History
227 lines (123 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

227 lines (123 loc) · 12.9 KB

1.7.0 (2023-02-21)

Bug Fixes

  • build: use branch of repolinter and reinstall from npm (05c28d2)
  • check out from current branch (120479b)
  • only build on ubuntu latest with node 16 (768c0e1)
  • pick up latest from repolinter fork (d05ba91)
  • re-target the PR workflow to run on pull_request (3fc17f0)
  • remove guards (b7bd7b4)
  • remove perl-base file (e714e4d)
  • simplify build (f247153)
  • sync updates from upstream repolinter (d779d1b)
  • use GITHUB_TOKEN to publish to ghcr (5d9dae2)

Features

  • split into separate PR/release workflows (037f6e1)

1.6.5 (2020-12-29)

Bug Fixes

  • update sed command in releaserc (2b7a8f4)

1.6.4 (2020-12-29)

Bug Fixes

  • add automatic tagging to action metadata for GHCR (#9) (9237b83)

1.6.3 (2020-12-28)

Bug Fixes

  • update CI workflow to publish to GHCR (702a654)

1.6.2 (2020-12-28)

Bug Fixes

  • upgrade dependencies, and release docker image to GHCR (cc37be3)

1.6.1 (2020-12-18)

Bug Fixes

1.6.0 (2020-12-11)

Bug Fixes

  • add binstub generation to dockerfile (f7d5e46)
  • add bundle config path command (5124fc4)
  • add bundle gemfile env? (4c5a16b)
  • add bundle gemfile to env (9cdd62b)
  • add bundle path configuration (421866b)
  • add debugging to test licensee and linguist not being detected (c4b6fcc)
  • add more octokit debugging (0c8803b)
  • add user specifiers to dockerfile (64d022c)
  • change copy to global copy (b72376e)
  • fix docker working directory (2a85c51)
  • fix dockerfile syntax errors (2a1b262)
  • fix repolinter issue search only finding open issues (8753b7d)
  • fix type errors and upgrade ncc (1cfa4f7)
  • fix useradd commands (25e729f)
  • fix working directory command (5ef6734)
  • more debugging logs (4a47f59)
  • move dockerfile build artifacts out of github workspace (eabccdb)
  • remove debugging and finalize changes (cab36b6)
  • switch to copying dist folder into dist folder (a0bde37)
  • update entrypoint (e15c5fa)
  • update lockfile (325e39f)
  • upgrade repolinter (8df50c7)
  • upgrade repolinter (878b017)

Features

  • add magic string to prevent out-of-order modifications (2e58f1c)
  • switch to docker action to install ruby and python dependencies (2fb67f0)

1.5.1 (2020-10-06)

Bug Fixes

  • fix duplicate github token environment varible causing auth to fail (c9110ba)
  • update dependencies (including @actions/core) (9567d76)

1.5.0 (2020-09-10)

Features

  • add directory input to specify a custom working directory (8e0b796)

1.4.0 (2020-09-04)

Features

  • upgrade repolinter version (31e15f9)

1.3.2 (2020-09-03)

Bug Fixes

  • add better error reporting (2e60d13)
  • add error message to issue creation 410 (9eadd13)
  • add some error reporting for testing (b73c261)
  • minor error clarity improvements (63d878b)
  • some formatting issues when printing errors (f1c341e)

1.3.1 (2020-08-27)

Bug Fixes

1.3.0 (2020-08-26)

Features

  • add YAML support for configurations (10fd1c3)

1.2.0 (2020-08-26)

Features

  • switch repolinter to newrelic-forks/repolinter (bb1be3a)

1.1.1 (2020-08-14)

Bug Fixes

  • update default username to include app/ prefix (f02300a)

1.1.0 (2020-08-14)

Features

  • add username input key to remove dependency on GitHub /user API (f284c99)

1.0.7 (2020-08-14)

Bug Fixes

  • add more request debugging (f377ec1)

1.0.6 (2020-08-13)

Bug Fixes

1.0.5 (2020-08-13)

Bug Fixes

1.0.4 (2020-08-13)

Bug Fixes

  • switch semantic-release to dedicated action (2c7df1f)

1.0.3 (2020-08-13)

Bug Fixes

  • update releaserc to generate v1 branch (c05349d)

1.0.2 (2020-08-13)

Bug Fixes

  • add missing default value to token input (af56e1f)

1.0.1 (2020-08-13)

Bug Fixes

  • add branding to action metadata (3e46b72)

1.0.0 (2020-08-13)

Bug Fixes

  • add error check to repolinter output (de85259)
  • add output-type parameter, tests (9f29486)
  • upgrade repolinter to fix ncc build issue (9a69d16)
  • upgrade repolinter to improve formatting (17917bd)

Features

  • add issue creation to action (3a728e3)
  • add outputs and better tests (4e513b6)
  • add tests to issue creation, integrate issue creation into main (9dedca0)
  • attempt to add issue-creation code (17f84db)
  • merge branch 'feature/generate-issue' into develop (0fc573b)
  • start creating issue management lib, need to add tests (1d0f645)