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 91e6049 commit 999f45dCopy full SHA for 999f45d
.github/workflows/release.yml
@@ -111,5 +111,5 @@ jobs:
111
- name: Push changes
112
uses: ad-m/github-push-action@master
113
with:
114
- branch: main
+ branch: master
115
github_token: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -3,6 +3,19 @@
3
## [Unreleased]
4
### Added
5
6
+### Changed
7
+- change main target for changelog patching to master
8
+
9
+### Deprecated
10
11
+### Removed
12
13
+### Fixed
14
15
+### Security
16
+## [0.7.1]
17
+### Added
18
19
### Changed
20
- Improve publishing through GitHub actions
21
- Grab version number from changelog correctly
0 commit comments