Skip to content

Commit

Permalink
build: Drop release-please support for .github/workflows package (#51)
Browse files Browse the repository at this point in the history
Release please has decided it really wants to write a changelog for this
package. But we know from a [previous open issue][1], this isn't
possible.

We only have this as a package as a way to try and version control the
stale and lint title workflows. But the burden this is now causing is
less than the benefit we receive from automating the release of two
workflows which nearly never change.

Going forward, if we want to make changes to those workflows, we can
manually tag them like the good ole days. It will remind us to stay
thankful for the automations we do have. And once the [the issue][1] is
fixed, we can restore support.

[1]: googleapis/release-please-action#938
  • Loading branch information
keelerm84 authored Oct 31, 2024
1 parent a9e36d9 commit 98896e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"actions/publish-pages": "1.0.2",
"actions/release-secrets": "1.2.0",
"actions/sign-dlls": "1.0.0",
"actions/verify-hello-app": "2.0.1",
".github/workflows": "1.0.0"
"actions/verify-hello-app": "2.0.1"
}
4 changes: 0 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"actions/verify-hello-app": {
"release-type": "simple",
"package-name": "verify-hello-app"
},
".github/workflows": {
"release-type": "simple",
"package-name": "workflows"
}
}
}

0 comments on commit 98896e0

Please sign in to comment.