Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 8.46 KB

CHANGELOG.md

File metadata and controls

81 lines (59 loc) · 8.46 KB

Changelog

1.1.0 (2025-02-05)

Bug Fixes

  • release-it-with-npm-and-pr-only-and-inputs workflow step name (#15) (3ad77c6)

Features

0.2.0 (2025-01-26)

Features

  • create pull-request-code-checks (#7) (5b832c3)
  • improve release-it git commit message (#8) (d3a5e5b)

0.1.1 (2025-01-26)

Bug Fixes

0.1.0 (2025-01-26)

Bug Fixes

  • lint script (5154014)
  • missing pipe in configure git user step (fda0d65)
  • relase script --ci tag usage (962886d)

Features

  • add -ci flag to release script (5aa92d8)
  • add back env.GITHUB_TOKEN override in last release step (a151c34)
  • add build folder to .gitignore (e0d189b)
  • add build script (715344e)
  • add configure git user step (d698979)
  • add create-github-app-token step to use github app to bypass ruleset for pr only in main (d7f02f0)
  • add lint job (d7955d5)
  • add missing env with github token (f51c071)
  • add persist-credentials false to checkout step (2ac91d0)
  • add push empty commit step (b1acfbe)
  • add release step to release job (b9cbc91)
  • add typescript (def4f9a)
  • add upload-artifact step after build (2fb097b)
  • configure @release-it/conventional-changelog (#1) (6f8cc59)
  • configure build step (679ea53)
  • configure checkout and setup steps (afae90b)
  • configure tsc output dir (1b47393)
  • create deploy.yml basic file (a59aacd)
  • create fake release job (0b8dcf2)
  • create index.ts (aa34531)
  • disable npm publish (8727de5)
  • improve repository docs (#3) (42a9261)
  • improve workflows (#4) (a4975e5)
  • init release-it (302cc51)
  • install and init eslint (0c6ed6d)
  • lock node version to hydrogen lts (31bcefe)
  • move env block outside steps (291ade3)
  • move env outside jobs (8b9f3fe)
  • remove env block and add with.token in checkout step (50d6daf)
  • remove persist-credentials flag to revert it to true (744598b)
  • remove push empty commit (9a34d05)
  • set github token permissions contents to write (729337f)
  • set GITHUB_TOKEN value to secret PAT (00c5e94)
  • setup .yarnrc.yml with nodeLinker: node-modules (#2) (dbe2705)
  • update gitignore to include .idea folder (1785bbb)
  • update setup action to read node version from .nvmrc (c6aa070)
  • yarn tsc --init (bb2bece)