Skip to content

Commit 999f45d

Browse files
committed
Patch changelog
1 parent 91e6049 commit 999f45d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ jobs:
111111
- name: Push changes
112112
uses: ad-m/github-push-action@master
113113
with:
114-
branch: main
114+
branch: master
115115
github_token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
## [Unreleased]
44
### Added
55

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+
619
### Changed
720
- Improve publishing through GitHub actions
821
- Grab version number from changelog correctly

0 commit comments

Comments
 (0)