Skip to content

Commit f5b9cb5

Browse files
chore: release main
1 parent a07fed7 commit f5b9cb5

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.github/actions/happy-cleanup/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/chanzuckerberg/github-actions/compare/happy-cleanup-v1.6.1...happy-cleanup-v1.7.0) (2024-05-30)
4+
5+
6+
### Features
7+
8+
* add working-dir to happy cleanup ([#262](https://github.com/chanzuckerberg/github-actions/issues/262)) ([ddd2721](https://github.com/chanzuckerberg/github-actions/commit/ddd27219796550ee602fc28437d8ffa4c7d5e3d3))
9+
310
### [1.6.1](https://github.com/chanzuckerberg/github-actions/compare/happy-cleanup-v1.6.0...happy-cleanup-v1.6.1) (2024-02-01)
411

512

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".github/actions/happy-cleanup": "1.6.1",
2+
".github/actions/happy-cleanup": "1.7.0",
33
".github/actions/conventional-commits": "1.4.0",
44
".github/actions/docker-build-push": "1.6.0",
5-
".": "2.7.0",
5+
".": "2.8.0",
66
".github/actions/install-happy": "1.7.1",
77
".github/actions/deploy-happy-stack": "2.1.0",
88
".github/actions/get-github-ref-names": "1.6.0",

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/chanzuckerberg/github-actions/compare/v2.7.0...v2.8.0) (2024-05-30)
4+
5+
6+
### Features
7+
8+
* add working-dir to happy cleanup ([#262](https://github.com/chanzuckerberg/github-actions/issues/262)) ([ddd2721](https://github.com/chanzuckerberg/github-actions/commit/ddd27219796550ee602fc28437d8ffa4c7d5e3d3))
9+
* embed path filtering into Argus builder workflow ([#268](https://github.com/chanzuckerberg/github-actions/issues/268)) ([a07fed7](https://github.com/chanzuckerberg/github-actions/commit/a07fed754128b4eed970be1007537b1aa681ea62))
10+
11+
12+
### Bug Fixes
13+
14+
* don't fail builds if another build fails ([#267](https://github.com/chanzuckerberg/github-actions/issues/267)) ([099e5d6](https://github.com/chanzuckerberg/github-actions/commit/099e5d6bb175b9ad805bf1998d3500b0f7c5246f))
15+
316
## [2.7.0](https://github.com/chanzuckerberg/github-actions/compare/v2.6.0...v2.7.0) (2024-05-01)
417

518

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

0 commit comments

Comments
 (0)