Skip to content

Commit

Permalink
Update AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 8, 2023
1 parent a0de5c9 commit b727793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jas01 <Through github>
markuszilch <markus.zilch@tik.uni-stuttgart.de>
murmur <hristo.mohamed@gmail.com>
paladox <paladox@users.noreply.github.com>
root <root@kronecker.prefork.local>
zilchms <zilchmarkus@web.de>
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Workflow
Before submitting a new release, make sure all relevant pull requests and local branches have been merged to the `master`
Before submitting a new release, make sure all relevant pull requests and local branches have been merged to the `main`
branch. All tests must pass before a release is tagged.


Expand All @@ -17,7 +17,7 @@ pdk bundle update
Update the [AUTHORS] and [.mailmap] file

``` bash
git checkout master
git checkout main
git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
git commit -am "Update AUTHORS"
```
Expand Down Expand Up @@ -48,7 +48,7 @@ github_changelog_generator -t <github-access-token> --future-release=v1.0.0 -u i
```

## 6. Git Tag
Commit all changes to the `master` branch
Commit all changes to the `main` branch

``` bash
git commit -v -a -m "Release version <VERSION>"
Expand Down

0 comments on commit b727793

Please sign in to comment.