Skip to content

Commit 9cee51d

Browse files
authored
feat(ci): add epic/* release workflow and rename master to trunk (#39)
1 parent 8c99a32 commit 9cee51d

5 files changed

Lines changed: 40 additions & 1321 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ workflows:
3838
- release
3939
- alpha
4040
- /^hotfix\/.*/
41+
- /^epic\/.*/
4142
- newspack/post-release:
4243
requires:
4344
- newspack/release

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ notifications:
1010

1111
branches:
1212
only:
13-
- master
13+
- trunk
1414

1515
cache:
1616
directories:

DEV_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All log messages will include the process id (pid) as the first part of the mess
111111

112112
Newspack Network will listen to the Newspack Data Events API.
113113

114-
When an event dispatched in a Node, it will create a new webhook request. See [Data Events Webhooks](https://github.com/Automattic/newspack-plugin/blob/master/includes/data-events/class-webhooks.php) for details on how it works.
114+
When an event dispatched in a Node, it will create a new webhook request. See [Data Events Webhooks](https://github.com/Automattic/newspack-plugin/blob/trunk/includes/data-events/class-webhooks.php) for details on how it works.
115115

116116
In short, a webhook is a Custom Post type post scheduled to be published in the future. Once it's published, the request is sent. If it fails, it schedules itself again for the future, incresing the wait time in a geometric progression.
117117

0 commit comments

Comments
 (0)