Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aergonaut authored Dec 31, 2024
1 parent c623719 commit 168af0d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.1.0"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
3 changes: 2 additions & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Generated by genversion.
export const name = '@aergonaut/playwright-opentelemetry-reporter';
export const version = '0.1.0';

export const version = '0.1.0'; // x-release-please-version

0 comments on commit 168af0d

Please sign in to comment.