Skip to content

Commit 008c0a1

Browse files
authored
feat(ci): add epic/* release workflow and rename master to trunk (#285)
1 parent a21e471 commit 008c0a1

File tree

6 files changed

+42
-873
lines changed

6 files changed

+42
-873
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workflows:
2121
filters:
2222
branches:
2323
only:
24-
- master
24+
- trunk
2525
- newspack/release:
2626
requires:
2727
- newspack/build
@@ -31,6 +31,7 @@ workflows:
3131
- release
3232
- alpha
3333
- /^hotfix\/.*/
34+
- /^epic\/.*/
3435
- newspack/post-release:
3536
requires:
3637
- newspack/release

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### All Submissions:
22

3-
* [ ] Have you followed the [Newspack Contributing guideline](https://github.com/Automattic/newspack-plugin/blob/master/.github/CONTRIBUTING.md)?
3+
* [ ] Have you followed the [Newspack Contributing guideline](https://github.com/Automattic/newspack-plugin/blob/trunk/.github/CONTRIBUTING.md)?
44
* [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) and [VIP Go coding standards](https://vip.wordpress.com/documentation/vip-go/code-review-blockers-warnings-notices/)?
55
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# newspack-sponsors
22

3-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![newspack-sponsors](https://circleci.com/gh/Automattic/newspack-sponsors/tree/master.svg?style=shield)](https://circleci.com/gh/Automattic/newspack-sponsors)
3+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![newspack-sponsors](https://circleci.com/gh/Automattic/newspack-sponsors/tree/trunk.svg?style=shield)](https://circleci.com/gh/Automattic/newspack-sponsors)
44

55
Create sponsors, edit sponsor info, and associate sponsors with posts, categories and tags. Allows special visual treatment for sponsored content.
66

0 commit comments

Comments
 (0)