Skip to content

Commit 0c6746d

Browse files
authored
update branch to main (#75)
1 parent 04ee615 commit 0c6746d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pipeline {
2121
}
2222
triggers {
2323
issueCommentTrigger("${obltGitHubComments()}")
24-
// Only master branch will run on a timer basis
25-
cron(env.BRANCH_NAME == 'master' ? '@daily' : '')
24+
// Only main branch will run on a timer basis
25+
cron(env.BRANCH_NAME == 'main' ? '@daily' : '')
2626
}
2727
stages {
2828
stage('Checkout') {

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## 0.6.0 (2021-01-21)
3131

32-
* Add validation against the ecs-logging [spec](https://github.com/elastic/ecs-logging/blob/master/spec/spec.json) ([#31](https://github.com/elastic/ecs-logging-python/pull/31))
32+
* Add validation against the ecs-logging [spec](https://github.com/elastic/ecs-logging/blob/main/spec/spec.json) ([#31](https://github.com/elastic/ecs-logging-python/pull/31))
3333
* Add support for `service.name` from APM log correlation ([#32](https://github.com/elastic/ecs-logging-python/pull/32))
3434
* Correctly order `@timestamp`, `log.level`, and `message` fields ([#28](https://github.com/elastic/ecs-logging-python/pull/28))
3535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ecs-logging-python
22

3-
[![Build Status](https://apm-ci.elastic.co/job/apm-agent-python/job/ecs-logging-python-mbp/job/master/badge/icon)](https://apm-ci.elastic.co/blue/organizations/jenkins/apm-agent-python%2Fecs-logging-python-mbp/branches)
3+
[![Build Status](https://apm-ci.elastic.co/job/apm-agent-python/job/ecs-logging-python-mbp/job/main/badge/icon)](https://apm-ci.elastic.co/blue/organizations/jenkins/apm-agent-python%2Fecs-logging-python-mbp/branches)
44
[![PyPI](https://img.shields.io/pypi/v/ecs-logging)](https://pypi.org/project/ecs-logging)
55
[![Versions Supported](https://img.shields.io/pypi/pyversions/ecs-logging)](https://pypi.org/project/ecs-logging)
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ develop = [
4242
"Download" = "https://github.com/elastic/ecs-logging-python/releases"
4343
"Documentation" = "https://github.com/elastic/ecs-logging-python"
4444
"Issue Tracker" = "https://github.com/elastic/ecs-logging-python/issues"
45-
"Changelog" = "https://github.com/elastic/ecs-logging-python/blob/master/CHANGELOG.md"
45+
"Changelog" = "https://github.com/elastic/ecs-logging-python/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)