Skip to content

Commit a9ff3b9

Browse files
authored
Merge pull request #2 from cycle/release-please--branches--master--components--gh-actions
chore(master): release 4.0.0
2 parents 1389592 + 622609f commit a9ff3b9

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,88 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/cycle/gh-actions/compare/v3.0.0...v4.0.0) (2024-04-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* changes in action directory structure
9+
* change default-branch name to target-branch
10+
11+
### Features
12+
13+
* add action to install phive dependencies ([072115b](https://github.com/cycle/gh-actions/commit/072115b8f7dc570a78c3c86ec7315f828c1721cd))
14+
* add build-image workflow ([feabbbb](https://github.com/cycle/gh-actions/commit/feabbbb84793bd047b7eb18561a303c11bcb215d))
15+
* add commitlint configuration and github action to lint commits ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41))
16+
* add composer composite actions ([d5b7afa](https://github.com/cycle/gh-actions/commit/d5b7afa0dbe415ce9c9b13a4b21dcb03049ca68d))
17+
* add create-release action using changesets ([9eb0c8d](https://github.com/cycle/gh-actions/commit/9eb0c8d64628c5a50aa4c91d122229d79e45d484))
18+
* add labels workflow ([2c027b8](https://github.com/cycle/gh-actions/commit/2c027b8c1300e7a6c8a9b0de9af6ff4e5395cefa))
19+
* add playwright install action ([aaa0389](https://github.com/cycle/gh-actions/commit/aaa038944febfc411dd71f9454ba2bc117ab5d76))
20+
* add pnpm composite install action ([b491bc8](https://github.com/cycle/gh-actions/commit/b491bc8a956cf6ae83f0b548fb73e03173497c6b))
21+
* 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))
22+
* add shared release workflow ([5221c97](https://github.com/cycle/gh-actions/commit/5221c97239019291dd9753a5c96853f0364ec92b))
23+
* add workflows ([29edc7b](https://github.com/cycle/gh-actions/commit/29edc7b99f0ba36141ff1ef72638bf5bc6b46ac5))
24+
* add yamllint action and Makefile support ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41))
25+
* added s3-cache action ([9b4f526](https://github.com/cycle/gh-actions/commit/9b4f5266340d82bd55f5db50682b4d121f4b6393))
26+
* allow to pass custom head reference ([3fddee2](https://github.com/cycle/gh-actions/commit/3fddee292bd76edb19d9c0a1e6e460446f345484))
27+
* allow to pass platform in docker-build ([38174a4](https://github.com/cycle/gh-actions/commit/38174a409e8d5bb48c4cac41daa0033a08e36989))
28+
* changes in action directory structure ([37f2dec](https://github.com/cycle/gh-actions/commit/37f2dece47c3bf8d3d9fac39c016538cda60ec66))
29+
* infra files, fixes in actions ([22fb724](https://github.com/cycle/gh-actions/commit/22fb724df754b5da3b6502efaead6aa08c8a98cf))
30+
* move to docker cache ([a40de72](https://github.com/cycle/gh-actions/commit/a40de725605966fbc7985db260d90aae4f675370))
31+
* move to docker cache ([7b8b5bd](https://github.com/cycle/gh-actions/commit/7b8b5bdb5c2e4d577327c3a09a83bea58ed02cba))
32+
* refactoring s3 cache action ([75eedec](https://github.com/cycle/gh-actions/commit/75eedecc9202c912a181a2727d81c56d15d095c1))
33+
* shellcheck workflow ([bd17f4e](https://github.com/cycle/gh-actions/commit/bd17f4eb6e87667efb17c8f87f48def7520d8332))
34+
* switch to rhysd/actionlint action linter ([5a8f0e7](https://github.com/cycle/gh-actions/commit/5a8f0e7bf9413b7d42da6b2fdfb4746f8d5e1f99))
35+
* update release-please workflow ([ea6a209](https://github.com/cycle/gh-actions/commit/ea6a209dbb1099e1f8a9746b10e3ead8bad1e62f))
36+
* updates ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41))
37+
38+
39+
### Bug Fixes
40+
41+
* add custom path for template ([e320afc](https://github.com/cycle/gh-actions/commit/e320afc1e132c34a4e3721989bd0eadbac0f43c4))
42+
* change default-branch name to target-branch ([4e49afd](https://github.com/cycle/gh-actions/commit/4e49afdf8c6de67889709ad2fee441059bf7bf29))
43+
* **deps:** update dependency @action-validator/cli to v0.5.2 ([65ef3ea](https://github.com/cycle/gh-actions/commit/65ef3eaa1668d3bd7cd906455a6bd1673865e8b2))
44+
* **deps:** update dependency @action-validator/cli to v0.5.3 ([2c7175d](https://github.com/cycle/gh-actions/commit/2c7175dae5ac12d40d3f8c1146cd03e9bdf89a62))
45+
* **deps:** update dependency @action-validator/cli to v0.5.4 ([ca064e4](https://github.com/cycle/gh-actions/commit/ca064e443128933631aabebcd004f76f3cface93))
46+
* **deps:** update dependency @action-validator/cli to v0.6.0 ([6782647](https://github.com/cycle/gh-actions/commit/67826479c5009ae9f2d54bdc1df22ece4c6f8377))
47+
* **deps:** update dependency @action-validator/core to v0.5.3 ([4559930](https://github.com/cycle/gh-actions/commit/4559930b37aba2e311bc342fb223f39b4888eaf6))
48+
* **deps:** update dependency @action-validator/core to v0.5.4 ([40554af](https://github.com/cycle/gh-actions/commit/40554af73bed2e514a879d31fc9f0a9aa4c9fb28))
49+
* **deps:** update dependency @action-validator/core to v0.6.0 ([7c2ccdd](https://github.com/cycle/gh-actions/commit/7c2ccddfe2721f6d9a5f6e2530e18cbcab3f414d))
50+
* limit tests only to amd64 builds ([a53c398](https://github.com/cycle/gh-actions/commit/a53c3983ab12a86349b4b7f8f340ca4e08c78a7b))
51+
* make sh files executable ([ddcc034](https://github.com/cycle/gh-actions/commit/ddcc0344f0dbf5483bbb44bba8c9f063bf58803f))
52+
* Makefile and apply actionlint ([1911f1a](https://github.com/cycle/gh-actions/commit/1911f1ac3d64fd118d36d922687ae22389adc0a1))
53+
* move to actions folder ([2f40a0f](https://github.com/cycle/gh-actions/commit/2f40a0f2aa480ca3d76e4033b1df27b36ad64ed9))
54+
* playwright install action ([e1833e9](https://github.com/cycle/gh-actions/commit/e1833e94b29532a2df17173075c4c05b64da4d1d))
55+
* replace pnpm to pnpx to resolve ENOENT playwrite ([85d80da](https://github.com/cycle/gh-actions/commit/85d80dae1f19ef9e802a1a3f868491b641a18f8c))
56+
* script permissions ([3b901ff](https://github.com/cycle/gh-actions/commit/3b901ffd2e50000f72bca873d6c52178fcf43943))
57+
* 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))
58+
* shellcheck ([8564406](https://github.com/cycle/gh-actions/commit/8564406a4acb4632638c4d37ac10709fd1981e71))
59+
* shellcheck upload ([7f11fa0](https://github.com/cycle/gh-actions/commit/7f11fa0b125343f832b14a40c04faa3d3e7a57c0))
60+
* tokens must be passed as secrets ([f615054](https://github.com/cycle/gh-actions/commit/f615054bc5cfcc2a3a928c736a6143282c99dfd2))
61+
62+
63+
### Documentation
64+
65+
* add actionlint in contributing ([f261935](https://github.com/cycle/gh-actions/commit/f261935c2e397744bc4f38262704c1b77993e643))
66+
* add changesets workflow ([fdb97ac](https://github.com/cycle/gh-actions/commit/fdb97ac72dba08e8664dc4cf5d5d849c6211b652))
67+
* Add CODE_OF_CONDUCT, SECURITY templates ([f85d90b](https://github.com/cycle/gh-actions/commit/f85d90b5a8c02d43ce41a15bf4017754ab609f41))
68+
* add contributing docs ([3717278](https://github.com/cycle/gh-actions/commit/371727831ffcb2e22b7be645df2ae364c6b8bfaa))
69+
* add examples ([54b1325](https://github.com/cycle/gh-actions/commit/54b13251bc0f3efa060d942a52b322bb5a3b2a6b))
70+
* add twitter badge ([59f079c](https://github.com/cycle/gh-actions/commit/59f079cce69a26712a7bc2a6b0c1076019eb1bfc))
71+
* cleanup not needed actions, change org to cycle ([fbc0e4b](https://github.com/cycle/gh-actions/commit/fbc0e4be418528f1266615dd86670f68290c94d2))
72+
* fix *.yml link in contribution file ([f7ac1da](https://github.com/cycle/gh-actions/commit/f7ac1dae3f84aa2c38df991ab64330f6339ce633))
73+
* issue templates ([8c71408](https://github.com/cycle/gh-actions/commit/8c71408868d91d4920863de403015b214afdb2c2))
74+
* phive install page: replace Twitter with Follow in X badges ([b49e249](https://github.com/cycle/gh-actions/commit/b49e24991e46936e5c69e747673fe2810113bc24))
75+
* readme cleanup ([e7323a3](https://github.com/cycle/gh-actions/commit/e7323a3ef1a3ef393d5c530277005119a511dbcd))
76+
* remove follow link from badges ([2db9a7c](https://github.com/cycle/gh-actions/commit/2db9a7c61a196af6544a35406c81c11298130b8b))
77+
* replace Twitter with Follow in X badges ([ed34ceb](https://github.com/cycle/gh-actions/commit/ed34ceb25a2aab42348c49f451d59d9a668fd931))
78+
* update child readmes ([be21011](https://github.com/cycle/gh-actions/commit/be2101175c21879aa14ac5ddadb5caac9274a0b9))
79+
* update FUNDING and CODE_OF_CONDUCT ([eb65321](https://github.com/cycle/gh-actions/commit/eb65321b277c42e37e7a1522ba68b18ebacc862d))
80+
* update readme ([9519cd0](https://github.com/cycle/gh-actions/commit/9519cd017ee5be792a2c4d609daa552d896112aa))
81+
* update README ([978fbda](https://github.com/cycle/gh-actions/commit/978fbdaab348cc9b49c99cf61b8b40bb9b9a874c))
82+
* update README ([2dfb9b9](https://github.com/cycle/gh-actions/commit/2dfb9b915efb608f1c141c9945b01cc8e41c29e9))
83+
* updating readme file ([49b9ac8](https://github.com/cycle/gh-actions/commit/49b9ac867960137649ee264977fe88a730688874))
84+
* updating readme files ([bbcbf86](https://github.com/cycle/gh-actions/commit/bbcbf8668a638f3aca34555ff19f01bee9367b18))
85+
386
## [3.0.0](https://github.com/wayofdev/gh-actions/compare/v2.0.0...v3.0.0) (2024-04-18)
487

588

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "gh-actions",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)