diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 895537b..449e840 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -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 diff --git a/release-please-config.json b/release-please-config.json index bdc848b..287b69d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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,