Skip to content

Commit bdde99c

Browse files
committed
chore: rename master => main
1 parent c4f780b commit bdde99c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DD_API_KEY | The Application key for the Datadog account
8686

8787
### Usage in a Github repo
8888

89-
See [example/](https://github.com/scribd/datadog_backup/tree/master/example) for an example implementation as a repo that backs up your Datadog dashboards hourly.
89+
See [example/](https://github.com/scribd/datadog_backup/tree/main/example) for an example implementation as a repo that backs up your Datadog dashboards hourly.
9090

9191
# Development
9292

release.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
module.exports = {
2+
"release": {
3+
"branches": [
4+
'+([0-9])?(.{+([0-9]),x}).x',
5+
'main',
6+
{name: 'alpha', prerelease: true}
7+
]
8+
},
29
"plugins": [
310
"@semantic-release/commit-analyzer",
411
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)