Skip to content

Commit

Permalink
default branch name is now main everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 21, 2023
1 parent 28bc934 commit e5ef360
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path for Icinga Web 2 installations is: `/usr/share/icinga-php`

Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and you're done.

> **Note**: Do NOT install the GIT master, it will not work! Checking out a
> **Note**: Do NOT use the default branch, it will not work! Checking out a
> branch like `stable/0.10.1` or a tag like `v0.10.1` is fine.
### Examples
Expand Down
18 changes: 9 additions & 9 deletions bin/make-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ composer config prefer-stable true

composer require --no-update \
php:$PHP_VERSION \
ipl/html:"dev-master as 99.x-dev" \
ipl/i18n:"dev-master as 99.x-dev" \
ipl/orm:"dev-master as 99.x-dev" \
ipl/sql:"dev-master as 99.x-dev" \
ipl/stdlib:"dev-master as 99.x-dev" \
ipl/validator:"dev-master as 99.x-dev" \
ipl/web:"dev-master as 99.x-dev"

git commit -a -m "Require dev-master everywhere"
ipl/html:"dev-main as 99.x-dev" \
ipl/i18n:"dev-main as 99.x-dev" \
ipl/orm:"dev-main as 99.x-dev" \
ipl/sql:"dev-main as 99.x-dev" \
ipl/stdlib:"dev-main as 99.x-dev" \
ipl/validator:"dev-main as 99.x-dev" \
ipl/web:"dev-main as 99.x-dev"

git commit -a -m "Require dev-main everywhere"
bin/make-release.sh "$NEXT_VERSION-dev" --no-checkout

0 comments on commit e5ef360

Please sign in to comment.