diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index bc7a84b..4d20436 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae6283..c9700f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,88 @@ # Changelog +## [4.0.0](https://github.com/cycle/gh-actions/compare/v3.0.0...v4.0.0) (2024-04-19) + + +### ⚠ BREAKING CHANGES + +* changes in action directory structure +* change default-branch name to target-branch + +### Features + +* add action to install phive dependencies ([072115b](https://github.com/cycle/gh-actions/commit/072115b8f7dc570a78c3c86ec7315f828c1721cd)) +* add build-image workflow ([feabbbb](https://github.com/cycle/gh-actions/commit/feabbbb84793bd047b7eb18561a303c11bcb215d)) +* add commitlint configuration and github action to lint commits ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41)) +* add composer composite actions ([d5b7afa](https://github.com/cycle/gh-actions/commit/d5b7afa0dbe415ce9c9b13a4b21dcb03049ca68d)) +* add create-release action using changesets ([9eb0c8d](https://github.com/cycle/gh-actions/commit/9eb0c8d64628c5a50aa4c91d122229d79e45d484)) +* add labels workflow ([2c027b8](https://github.com/cycle/gh-actions/commit/2c027b8c1300e7a6c8a9b0de9af6ff4e5395cefa)) +* add playwright install action ([aaa0389](https://github.com/cycle/gh-actions/commit/aaa038944febfc411dd71f9454ba2bc117ab5d76)) +* add pnpm composite install action ([b491bc8](https://github.com/cycle/gh-actions/commit/b491bc8a956cf6ae83f0b548fb73e03173497c6b)) +* add release-please action, to start using releases and attach to tag instead of [@master](https://github.com/master) ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41)) +* add shared release workflow ([5221c97](https://github.com/cycle/gh-actions/commit/5221c97239019291dd9753a5c96853f0364ec92b)) +* add workflows ([29edc7b](https://github.com/cycle/gh-actions/commit/29edc7b99f0ba36141ff1ef72638bf5bc6b46ac5)) +* add yamllint action and Makefile support ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41)) +* added s3-cache action ([9b4f526](https://github.com/cycle/gh-actions/commit/9b4f5266340d82bd55f5db50682b4d121f4b6393)) +* allow to pass custom head reference ([3fddee2](https://github.com/cycle/gh-actions/commit/3fddee292bd76edb19d9c0a1e6e460446f345484)) +* allow to pass platform in docker-build ([38174a4](https://github.com/cycle/gh-actions/commit/38174a409e8d5bb48c4cac41daa0033a08e36989)) +* changes in action directory structure ([37f2dec](https://github.com/cycle/gh-actions/commit/37f2dece47c3bf8d3d9fac39c016538cda60ec66)) +* infra files, fixes in actions ([22fb724](https://github.com/cycle/gh-actions/commit/22fb724df754b5da3b6502efaead6aa08c8a98cf)) +* move to docker cache ([a40de72](https://github.com/cycle/gh-actions/commit/a40de725605966fbc7985db260d90aae4f675370)) +* move to docker cache ([7b8b5bd](https://github.com/cycle/gh-actions/commit/7b8b5bdb5c2e4d577327c3a09a83bea58ed02cba)) +* refactoring s3 cache action ([75eedec](https://github.com/cycle/gh-actions/commit/75eedecc9202c912a181a2727d81c56d15d095c1)) +* shellcheck workflow ([bd17f4e](https://github.com/cycle/gh-actions/commit/bd17f4eb6e87667efb17c8f87f48def7520d8332)) +* switch to rhysd/actionlint action linter ([5a8f0e7](https://github.com/cycle/gh-actions/commit/5a8f0e7bf9413b7d42da6b2fdfb4746f8d5e1f99)) +* update release-please workflow ([ea6a209](https://github.com/cycle/gh-actions/commit/ea6a209dbb1099e1f8a9746b10e3ead8bad1e62f)) +* updates ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41)) + + +### Bug Fixes + +* add custom path for template ([e320afc](https://github.com/cycle/gh-actions/commit/e320afc1e132c34a4e3721989bd0eadbac0f43c4)) +* change default-branch name to target-branch ([4e49afd](https://github.com/cycle/gh-actions/commit/4e49afdf8c6de67889709ad2fee441059bf7bf29)) +* **deps:** update dependency @action-validator/cli to v0.5.2 ([65ef3ea](https://github.com/cycle/gh-actions/commit/65ef3eaa1668d3bd7cd906455a6bd1673865e8b2)) +* **deps:** update dependency @action-validator/cli to v0.5.3 ([2c7175d](https://github.com/cycle/gh-actions/commit/2c7175dae5ac12d40d3f8c1146cd03e9bdf89a62)) +* **deps:** update dependency @action-validator/cli to v0.5.4 ([ca064e4](https://github.com/cycle/gh-actions/commit/ca064e443128933631aabebcd004f76f3cface93)) +* **deps:** update dependency @action-validator/cli to v0.6.0 ([6782647](https://github.com/cycle/gh-actions/commit/67826479c5009ae9f2d54bdc1df22ece4c6f8377)) +* **deps:** update dependency @action-validator/core to v0.5.3 ([4559930](https://github.com/cycle/gh-actions/commit/4559930b37aba2e311bc342fb223f39b4888eaf6)) +* **deps:** update dependency @action-validator/core to v0.5.4 ([40554af](https://github.com/cycle/gh-actions/commit/40554af73bed2e514a879d31fc9f0a9aa4c9fb28)) +* **deps:** update dependency @action-validator/core to v0.6.0 ([7c2ccdd](https://github.com/cycle/gh-actions/commit/7c2ccddfe2721f6d9a5f6e2530e18cbcab3f414d)) +* limit tests only to amd64 builds ([a53c398](https://github.com/cycle/gh-actions/commit/a53c3983ab12a86349b4b7f8f340ca4e08c78a7b)) +* make sh files executable ([ddcc034](https://github.com/cycle/gh-actions/commit/ddcc0344f0dbf5483bbb44bba8c9f063bf58803f)) +* Makefile and apply actionlint ([1911f1a](https://github.com/cycle/gh-actions/commit/1911f1ac3d64fd118d36d922687ae22389adc0a1)) +* move to actions folder ([2f40a0f](https://github.com/cycle/gh-actions/commit/2f40a0f2aa480ca3d76e4033b1df27b36ad64ed9)) +* playwright install action ([e1833e9](https://github.com/cycle/gh-actions/commit/e1833e94b29532a2df17173075c4c05b64da4d1d)) +* replace pnpm to pnpx to resolve ENOENT playwrite ([85d80da](https://github.com/cycle/gh-actions/commit/85d80dae1f19ef9e802a1a3f868491b641a18f8c)) +* script permissions ([3b901ff](https://github.com/cycle/gh-actions/commit/3b901ffd2e50000f72bca873d6c52178fcf43943)) +* secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name ([c719560](https://github.com/cycle/gh-actions/commit/c71956004c5ff5f16dde27866eea380b46b09dd1)) +* shellcheck ([8564406](https://github.com/cycle/gh-actions/commit/8564406a4acb4632638c4d37ac10709fd1981e71)) +* shellcheck upload ([7f11fa0](https://github.com/cycle/gh-actions/commit/7f11fa0b125343f832b14a40c04faa3d3e7a57c0)) +* tokens must be passed as secrets ([f615054](https://github.com/cycle/gh-actions/commit/f615054bc5cfcc2a3a928c736a6143282c99dfd2)) + + +### Documentation + +* add actionlint in contributing ([f261935](https://github.com/cycle/gh-actions/commit/f261935c2e397744bc4f38262704c1b77993e643)) +* add changesets workflow ([fdb97ac](https://github.com/cycle/gh-actions/commit/fdb97ac72dba08e8664dc4cf5d5d849c6211b652)) +* Add CODE_OF_CONDUCT, SECURITY templates ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41)) +* add contributing docs ([3717278](https://github.com/cycle/gh-actions/commit/371727831ffcb2e22b7be645df2ae364c6b8bfaa)) +* add examples ([54b1325](https://github.com/cycle/gh-actions/commit/54b13251bc0f3efa060d942a52b322bb5a3b2a6b)) +* add twitter badge ([59f079c](https://github.com/cycle/gh-actions/commit/59f079cce69a26712a7bc2a6b0c1076019eb1bfc)) +* cleanup not needed actions, change org to cycle ([fbc0e4b](https://github.com/cycle/gh-actions/commit/fbc0e4be418528f1266615dd86670f68290c94d2)) +* fix *.yml link in contribution file ([f7ac1da](https://github.com/cycle/gh-actions/commit/f7ac1dae3f84aa2c38df991ab64330f6339ce633)) +* issue templates ([8c71408](https://github.com/cycle/gh-actions/commit/8c71408868d91d4920863de403015b214afdb2c2)) +* phive install page: replace Twitter with Follow in X badges ([b49e249](https://github.com/cycle/gh-actions/commit/b49e24991e46936e5c69e747673fe2810113bc24)) +* readme cleanup ([e7323a3](https://github.com/cycle/gh-actions/commit/e7323a3ef1a3ef393d5c530277005119a511dbcd)) +* remove follow link from badges ([2db9a7c](https://github.com/cycle/gh-actions/commit/2db9a7c61a196af6544a35406c81c11298130b8b)) +* replace Twitter with Follow in X badges ([ed34ceb](https://github.com/cycle/gh-actions/commit/ed34ceb25a2aab42348c49f451d59d9a668fd931)) +* update child readmes ([be21011](https://github.com/cycle/gh-actions/commit/be2101175c21879aa14ac5ddadb5caac9274a0b9)) +* update FUNDING and CODE_OF_CONDUCT ([eb65321](https://github.com/cycle/gh-actions/commit/eb65321b277c42e37e7a1522ba68b18ebacc862d)) +* update readme ([9519cd0](https://github.com/cycle/gh-actions/commit/9519cd017ee5be792a2c4d609daa552d896112aa)) +* update README ([978fbda](https://github.com/cycle/gh-actions/commit/978fbdaab348cc9b49c99cf61b8b40bb9b9a874c)) +* update README ([2dfb9b9](https://github.com/cycle/gh-actions/commit/2dfb9b915efb608f1c141c9945b01cc8e41c29e9)) +* updating readme file ([49b9ac8](https://github.com/cycle/gh-actions/commit/49b9ac867960137649ee264977fe88a730688874)) +* updating readme files ([bbcbf86](https://github.com/cycle/gh-actions/commit/bbcbf8668a638f3aca34555ff19f01bee9367b18)) + ## [3.0.0](https://github.com/wayofdev/gh-actions/compare/v2.0.0...v3.0.0) (2024-04-18) diff --git a/package.json b/package.json index 226f941..883ed88 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "gh-actions", - "version": "3.0.0", + "version": "4.0.0", "private": true }