Skip to content

Commit 4a49f30

Browse files
authored
Merge pull request #55 from wayofdev/release-please--branches--master--components--gh-actions
2 parents 19100c9 + e54ee74 commit 4a49f30

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.github/.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/wayofdev/gh-actions/compare/v2.0.0...v3.0.0) (2024-04-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* changes in action directory structure
9+
10+
### Features
11+
12+
* changes in action directory structure ([37f2dec](https://github.com/wayofdev/gh-actions/commit/37f2dece47c3bf8d3d9fac39c016538cda60ec66))
13+
* refactoring s3 cache action ([75eedec](https://github.com/wayofdev/gh-actions/commit/75eedecc9202c912a181a2727d81c56d15d095c1))
14+
* switch to rhysd/actionlint action linter ([5a8f0e7](https://github.com/wayofdev/gh-actions/commit/5a8f0e7bf9413b7d42da6b2fdfb4746f8d5e1f99))
15+
16+
17+
### Bug Fixes
18+
19+
* Makefile and apply actionlint ([1911f1a](https://github.com/wayofdev/gh-actions/commit/1911f1ac3d64fd118d36d922687ae22389adc0a1))
20+
21+
22+
### Documentation
23+
24+
* add actionlint in contributing ([f261935](https://github.com/wayofdev/gh-actions/commit/f261935c2e397744bc4f38262704c1b77993e643))
25+
* add changesets workflow ([fdb97ac](https://github.com/wayofdev/gh-actions/commit/fdb97ac72dba08e8664dc4cf5d5d849c6211b652))
26+
* add contributing docs ([3717278](https://github.com/wayofdev/gh-actions/commit/371727831ffcb2e22b7be645df2ae364c6b8bfaa))
27+
* issue templates ([8c71408](https://github.com/wayofdev/gh-actions/commit/8c71408868d91d4920863de403015b214afdb2c2))
28+
* update readme ([9519cd0](https://github.com/wayofdev/gh-actions/commit/9519cd017ee5be792a2c4d609daa552d896112aa))
29+
* updating readme files ([bbcbf86](https://github.com/wayofdev/gh-actions/commit/bbcbf8668a638f3aca34555ff19f01bee9367b18))
30+
331
## [2.0.0](https://github.com/wayofdev/gh-actions/compare/v1.0.0...v2.0.0) (2024-04-14)
432

533

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": "2.0.0",
3+
"version": "3.0.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)