Skip to content

Commit

Permalink
Merge branch 'main' into ci-remove-broken-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 28, 2023
2 parents f22ea00 + 73f60d0 commit 6ca3e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/release-specification.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('release-specification', () => {
# - "minor" (if you want to bump the minor part of the package's version)
# - "patch" (if you want to bump the patch part of the package's version)
# - an exact version with major, minor, and patch parts (e.g. "1.2.3")
# - null (to skip the package entirely)
# - intentionally-skip (to skip the package entirely)
#
# When you're finished making your selections, save this file and
# create-release-branch will continue automatically.
Expand Down Expand Up @@ -116,7 +116,7 @@ packages:
# - "minor" (if you want to bump the minor part of the package's version)
# - "patch" (if you want to bump the patch part of the package's version)
# - an exact version with major, minor, and patch parts (e.g. "1.2.3")
# - null (to skip the package entirely)
# - intentionally-skip (to skip the package entirely)
#
# When you're finished making your selections, save this file and then re-run
# create-release-branch.
Expand Down
2 changes: 1 addition & 1 deletion src/release-specification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function generateReleaseSpecificationTemplateForMonorepo({
# - "minor" (if you want to bump the minor part of the package's version)
# - "patch" (if you want to bump the patch part of the package's version)
# - an exact version with major, minor, and patch parts (e.g. "1.2.3")
# - null (to skip the package entirely)
# - intentionally-skip (to skip the package entirely)
#
${afterEditingInstructions}
`.trim();
Expand Down

0 comments on commit 6ca3e19

Please sign in to comment.