Skip to content

Commit b260e19

Browse files
authored
Merge pull request #121 from datum-cloud/update-release-message
chore: update release message
2 parents fcadf57 + 559206c commit b260e19

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ pnpm-lock.yaml
4040
src/content/
4141

4242
# Public assets
43-
public/
43+
public/
44+
45+
# Release Please generated files
46+
CHANGELOG.md

.prettierrc.cjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
module.exports = {
2-
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
2+
plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
33
overrides: [
44
{
5-
files: "*.astro",
5+
files: '*.astro',
66
options: {
7-
parser: "astro",
8-
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
7+
parser: 'astro',
8+
plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
99
},
1010
},
1111
{
12-
files: "*.mdx",
12+
files: '*.mdx',
1313
options: {
14-
parser: "mdx",
14+
parser: 'mdx',
1515
},
1616
},
1717
],
1818
semi: true,
1919
singleQuote: true,
2020
tabWidth: 2,
21-
trailingComma: "es5",
21+
trailingComma: 'es5',
2222
printWidth: 100,
2323
};

.release-please-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"bump-patch-for-minor-pre-major": true,
99
"draft": false,
1010
"prerelease": false,
11-
"release-message": "chore: release ${version}\n\n${changelog}",
12-
"pull-request-title-pattern": "chore: release ${version}",
13-
"pull-request-header": "## Release ${version}\n\nThis release includes the following changes:\n\n",
11+
"pull-request-header": "🚀 This PR prepares the next release.\nPlease review the changelog and approve for publishing.",
1412
"changelog-sections": [
1513
{
1614
"type": "feat",

.release-please-manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"datum.net": "0.0.0",
32
".": "1.0.0"
43
}

0 commit comments

Comments
 (0)