Browse Source

chore: rename master branch (#390)

pull/391/head
Oscar Arzola 2 years ago committed by GitHub
parent
commit
392db7e91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/CONTRIBUTING.md
  2. 2
      .github/workflows/build-and-lint.yml
  3. 2
      .github/workflows/standards-and-tests.yml
  4. 2
      package.json
  5. 2
      style.css

2
.github/CONTRIBUTING.md

@ -1,3 +1,3 @@
# Contributing # Contributing
Issues related to this theme and its use on the root site of a Pressbooks network are welcomed on this repository. Issues related to general functionality of Pressbooks should be posted to [pressbooks/pressbooks](https://github.com/pressbooks/pressbooks). All contributions are subject to the [Contributor Code of Conduct](https://github.com/pressbooks/pressbooks-publisher/blob/master/.github/CODE_OF_CONDUCT.md). Issues related to this theme and its use on the root site of a Pressbooks network are welcomed on this repository. Issues related to general functionality of Pressbooks should be posted to [pressbooks/pressbooks](https://github.com/pressbooks/pressbooks). All contributions are subject to the [Contributor Code of Conduct](https://github.com/pressbooks/pressbooks-publisher/blob/production/.github/CODE_OF_CONDUCT.md).

2
.github/workflows/build-and-lint.yml

@ -1,7 +1,7 @@
name: Build & Lint name: Build & Lint
on: on:
push: push:
branches: [ dev, master ] branches: [ dev, production ]
tags: tags:
- '*.*.*' - '*.*.*'
pull_request: pull_request:

2
.github/workflows/standards-and-tests.yml

@ -1,7 +1,7 @@
name: Run Standards & Tests name: Run Standards & Tests
on: on:
push: push:
branches: [dev, master] branches: [dev, production]
tags: tags:
- '*.*.*' - '*.*.*'
pull_request: pull_request:

2
package.json

@ -20,7 +20,7 @@
"licenses": [ "licenses": [
{ {
"type": "GPL-3.0-or-later", "type": "GPL-3.0-or-later",
"url": "https://github.com/pressbooks/pressbooks-aldine/tree/master/LICENSE.md" "url": "https://github.com/pressbooks/pressbooks-aldine/tree/production/LICENSE.md"
} }
], ],
"browserslist": [ "browserslist": [

2
style.css

@ -10,7 +10,7 @@ Requires at least: 6.1.1
Tested up to: 6.1.1 Tested up to: 6.1.1
Requires PHP: 8.0 Requires PHP: 8.0
License: GNU GPL v3 or later License: GNU GPL v3 or later
License URI: https://github.com/pressbooks/pressbooks-aldine/tree/master/LICENSE.md License URI: https://github.com/pressbooks/pressbooks-aldine/tree/production/LICENSE.md
Text Domain: pressbooks-aldine Text Domain: pressbooks-aldine
GitHub Theme URI: pressbooks/pressbooks-aldine GitHub Theme URI: pressbooks/pressbooks-aldine
Release Asset: true Release Asset: true

Loading…
Cancel
Save