We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e1b9f commit c8c05f1Copy full SHA for c8c05f1
.github/workflows/changerelease.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch: {}
4
push:
5
paths: [CHANGELOG.md]
6
- branches: [$default-branch]
+ branches: [master]
7
tags: ["*"]
8
9
jobs:
CHANGELOG.md
@@ -13,5 +13,5 @@ Nothing yet.
13
14
The first release! Includes the `sync` command which will sync your `CHANGELOG.md` to GitHub Release notes.
15
16
-[Unreleased]: https://github.com/dropseed/sitechecks/compare/v0.1.0...HEAD
17
-[0.1.0]: https://github.com/dropseed/sitechecks/releases/tag/v0.1.0
+[Unreleased]: https://github.com/dropseed/changerelease/compare/v0.1.0...HEAD
+[0.1.0]: https://github.com/dropseed/changerelease/releases/tag/v0.1.0
0 commit comments