Skip to content

Commit

Permalink
ci(release-please): quirks for the first beta release
Browse files Browse the repository at this point in the history
This is a temporary commit with the sole purpose to workaround the problem
described below. It will be reverted when merging the release-please PR.

PROBLEM:
  By default, release-please calculates commit difference for the changelog
  based on the previous release, but if there's no one, it will scan the entire
  project history, therefore include (almost) all commits in the changelog.
  This is not what we want when we create the very first release...

Signed-off-by: iusmac <[email protected]>
  • Loading branch information
iusmac committed Apr 8, 2024
1 parent f1544c1 commit 38c2373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-v-in-tag": true,
"bootstrap-sha": "f1544c19663d9f89846477aa1b43214ef097639e",
"packages": {
".": {
"release-type": "simple",
Expand All @@ -11,7 +12,7 @@
{ "type": "tweak", "section": ":wrench: Feature Tweaks" },
{ "type": "revert", "section": ":back: Reverts" },
{ "type": "l10n", "section": ":earth_africa: Translations" },
{ "type": "chore", "section": ":hammer_and_wrench: Miscellaneous Chores", "hidden": true },
{ "type": "chore", "section": ":hammer_and_wrench: Miscellaneous Chores" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
Expand Down

0 comments on commit 38c2373

Please sign in to comment.