Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,8 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
# Use 'simple' strategy for shared actions repository
release-type: simple

# Optional: customize package name
package-name: dvsa-github-actions

# The manifest file will track version
manifest-file: .release-please-manifest.json

# Configuration file
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

# Tag major and minor versions when a release is created
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages": {
".": {
"release-type": "simple",
"package-name": "dvsa-github-actions",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
Expand Down
Loading