Skip to content

Commit

Permalink
Development: Rename master branch to main, please update your clones.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jul 25, 2024
1 parent e5cdccf commit 5676e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Rolling release

* 2024-07-25 - Development: Rename master branch to main, please update your clones.
* 2024-07-23 - Change Moodle-Plugin-CI to run on Moodle Core 4.4 and Boost Union 4.4
* 2024-07-23 - Make codechecker happy again.
* 2024-04-06 - Adopt Boost Union Child settings to the settings changes in the upcoming Boost Union v4.3-r11 release and for Moodle 4.4.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
moodle-theme_boost_union_child
==============================

[![Moodle Plugin CI](https://github.com/moodle-an-hochschulen/moodle-theme_boost_union_child/workflows/Moodle%20Plugin%20CI/badge.svg?branch=master)](https://github.com/moodle-an-hochschulen/moodle-theme_boost_union_child/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amaster)
[![Moodle Plugin CI](https://github.com/moodle-an-hochschulen/moodle-theme_boost_union_child/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/moodle-an-hochschulen/moodle-theme_boost_union_child/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain)

Boost Union Child is a boilerplate for enhancing Boost Union with custom or local functionality.

Expand Down Expand Up @@ -132,10 +132,10 @@ Of course, the example code is completed by a Behat test which verifies now and

### Applying the example code branches

As the example code is provided in a simple git branch, you can just merge the code into the master branch if you like and continue from there:
As the example code is provided in a simple git branch, you can just merge the code into the main branch if you like and continue from there:

```
git checkout master
git checkout main
git merge extension-setting-scss-variable
```

Expand Down

0 comments on commit 5676e2d

Please sign in to comment.