diff --git a/.github/workflows/release-plan-preview.yml b/.github/workflows/plan-release.yml similarity index 99% rename from .github/workflows/release-plan-preview.yml rename to .github/workflows/plan-release.yml index 8ec0e2c1e..d683d50bb 100644 --- a/.github/workflows/release-plan-preview.yml +++ b/.github/workflows/plan-release.yml @@ -48,6 +48,7 @@ jobs: # github-changelog can discover what's changed since the last release with: fetch-depth: 0 + ref: 'stable' - uses: ./.github/actions/setup with: use_pinned_node: true diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/workflows/publish-stable.yml rename to .github/workflows/publish.yml diff --git a/package.json b/package.json index 55abb984d..78bab9ba8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^4.2.1", "jest": "^29.2.1", "prettier": "^2.3.1", - "release-plan": "^0.8.0", + "release-plan": "^0.9.0", "typescript": "^5.1.6" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28ff7a638..e0ad07ba6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: ^2.3.1 version: 2.8.8 release-plan: - specifier: ^0.8.0 - version: 0.8.0 + specifier: ^0.9.0 + version: 0.9.0 typescript: specifier: ^5.1.6 version: 5.2.2 @@ -4420,25 +4420,6 @@ packages: postcss-selector-parser: 6.0.15 dev: true - /@ef4/lerna-changelog@2.2.1: - resolution: {integrity: sha512-x0SkFpfvNj6l4LV6UnvnWIohmt8bC+i/P3ybmPc8X92KVMP6X/rkPeOxa2hI8BfDEHJMNXLJrDgQrJawI57aGQ==} - engines: {node: 12.* || 14.* || >= 16} - hasBin: true - dependencies: - '@manypkg/get-packages': 2.2.0 - chalk: 4.1.2 - cli-highlight: 2.1.11 - execa: 5.1.1 - hosted-git-info: 4.1.0 - make-fetch-happen: 9.1.0 - p-map: 3.0.0 - progress: 2.0.3 - yargs: 17.7.2 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /@ember-data/adapter@3.28.13(@babel/core@7.23.9): resolution: {integrity: sha512-AwLJTs+GvxX72vfP3edV0hoMLD9oPWJNbnqxakXVN9xGTuk6/TeGQLMrVU3222GCoMMNrJ357Nip7kZeFo4IdA==} engines: {node: 12.* || >= 14.*} @@ -17012,6 +16993,25 @@ packages: resolution: {integrity: sha512-8aCohiDo4jwjOwma4FmYFd3i97urZulL8XL24nIPxuE+GZnfsAyy/g2Shqx6OjUiFKUXZM+Yy+KHnOmmA3FVcg==} engines: {node: '>= 4.0'} + /github-changelog@1.0.0: + resolution: {integrity: sha512-8roCgUIEH6DDKHuywYKTk/TOSS7UxlmEbgQMevpSjF3Umf5067W2ihkmbuZmvH3m0MsM1DUiPJ27yzYbo4Fkaw==} + engines: {node: 12.* || 14.* || >= 16} + hasBin: true + dependencies: + '@manypkg/get-packages': 2.2.0 + chalk: 4.1.2 + cli-highlight: 2.1.11 + execa: 5.1.1 + hosted-git-info: 4.1.0 + make-fetch-happen: 9.1.0 + p-map: 3.0.0 + progress: 2.0.3 + yargs: 17.7.2 + transitivePeerDependencies: + - bluebird + - supports-color + dev: true + /glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -21138,11 +21138,10 @@ packages: dependencies: jsesc: 0.5.0 - /release-plan@0.8.0: - resolution: {integrity: sha512-kOR8rjuSD4ljH/BOoWeX5ECjQ0Wf0jl0xLFeKQpOCx2Qoo2Y+A+is4t2GRMtFUGjoA5Wp+j7aJaIFFbZNEC+oA==} + /release-plan@0.9.0: + resolution: {integrity: sha512-ckD2hwbnmrLEA325ndC5nQcxtuqm5Lp1Y05sa2yWAvgbN9SFG3F90n0VaHXj5JzQ6oAWDz88r0IRStHYOHXGOw==} hasBin: true dependencies: - '@ef4/lerna-changelog': 2.2.1 '@manypkg/get-packages': 2.2.0 '@npmcli/package-json': 5.0.0 '@octokit/rest': 19.0.13 @@ -21155,6 +21154,7 @@ packages: cli-highlight: 2.1.11 execa: 4.1.0 fs-extra: 10.1.0 + github-changelog: 1.0.0 js-yaml: 4.1.0 latest-version: 5.1.0 parse-github-repo-url: 1.4.1