File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2 .0.0"
2
+ "." : " 3 .0.0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
31
## [ 2.0.0] ( https://github.com/wayofdev/gh-actions/compare/v1.0.0...v2.0.0 ) (2024-04-14)
4
32
5
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gh-actions" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"private" : true
5
5
}
You can’t perform that action at this time.
0 commit comments