Skip to content

Commit

Permalink
Update AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jul 21, 2023
1 parent 362af8d commit e4dc572
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Eric Zounes <[email protected]>
Florian Baumann <[email protected]>
Jan Collijs <[email protected]>
Johan Fleury <[email protected]>
Johannes Carraro <[email protected]>
Jonas Verhofsté <[email protected]>
Josh Beard <[email protected]>
Joshua Hoblitt <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/Icinga/puppet-icingaweb2.png?branch=master)](https://travis-ci.org/Icinga/puppet-icingaweb2)
[![Build Status](https://travis-ci.org/Icinga/puppet-icingaweb2.png?branch=main)](https://travis-ci.org/Icinga/puppet-icingaweb2)

# Icinga Web 2 Puppet Module

Expand Down Expand Up @@ -202,7 +202,7 @@ class {'icingaweb2::module::monitoring':

## Reference

See [REFERENCE.md](https://github.com/Icinga/puppet-icingaweb2/blob/master/REFERENCE.md)
See [REFERENCE.md](https://github.com/Icinga/puppet-icingaweb2/blob/main/REFERENCE.md)

## Development

Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Workflow
Before submitting a new release, make sure all relevant pull requests and local branches have been merged to the
`master` branch. All tests must pass before a release is tagged.
`main` branch. All tests must pass before a release is tagged.


## 1. Puppet Development Kit
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 @@ Version numbers are incremented regarding the [SemVer 1.0.0] specification.
Update the version number in `metadata.json`.

## 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 e4dc572

Please sign in to comment.