Skip to content

Commit

Permalink
build: consider docs as releasable
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeguimaraes committed Sep 8, 2024
1 parent 0072e25 commit 7ef93fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
".": "0.3.0"
}
".": "0.3.0",
"changelog_sections": "[{\"type\":\"feat\",\"section\":\"Features\"},{\"type\":\"feature\",\"section\":\"Features\"},{\"type\":\"fix\",\"section\":\"Bug Fixes\"},{\"type\":\"perf\",\"section\":\"Performance Improvements\"},{\"type\":\"revert\",\"section\":\"Reverts\"},{\"type\":\"docs\",\"section\":\"Documentation\",\"hidden\":false},{\"type\":\"style\",\"section\":\"Styles\",\"hidden\":true},{\"type\":\"chore\",\"section\":\"Miscellaneous Chores\",\"hidden\":false},{\"type\":\"refactor\",\"section\":\"Code Refactoring\",\"hidden\":false},{\"type\":\"test\",\"section\":\"Tests\",\"hidden\":false},{\"type\":\"build\",\"section\":\"Build System\",\"hidden\":true},{\"type\":\"ci\",\"section\":\"Continuous Integration\",\"hidden\":true}]"
}

3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit 7ef93fc

Please sign in to comment.