Skip to content

Commit b1b43c6

Browse files
authored
Level 2 autopublish (#568)
* Added crEnd * Added auto-publish
1 parent 77a0c5b commit b1b43c6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/workflows/auto-publish.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [level-2]
6+
jobs:
7+
main:
8+
name: Build, Validate and Deploy
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: w3c/spec-prod@v2
13+
with:
14+
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_L2 }}
15+
W3C_WG_DECISION_URL: https://docs.google.com/document/d/12AAIbnkt_AH1YjZwUwxirX_7WA7aWOSXpDweCgfqIiQ/edit#heading=h.jc5tpbau2p7z
16+
W3C_BUILD_OVERRIDE: |
17+
shortName: trace-context-2
18+
specStatus: CRD

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
specStatus: "ED",
1010
implementationReportURI: "https://w3c.github.io/trace-context/implementations",
1111
/* previousMaturity: "CR",
12-
previousPublishDate : "2019-08-13",
13-
crEnd: "2019-10-08",*/
12+
previousPublishDate : "2019-08-13", */
13+
crEnd: "2024-08-08",
1414
editors: [{
1515
name: "Sergey Kanzhelev",
1616
company: "Google",

0 commit comments

Comments
 (0)