Skip to content

Commit 081c12d

Browse files
committed
1.0.0 release
1 parent c84bc49 commit 081c12d

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/enonic-docgen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- "master"
7-
- "end-user-doc"
87
paths:
98
- 'docs/**'
109
workflow_dispatch:

docs/versions.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"label": "stable",
55
"checkout": "master",
66
"latest": true
7-
},
8-
{
9-
"label": "next",
10-
"checkout": "end-user-doc"
11-
}
7+
}
128
]
139
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 1.0.0-RC3
1+
version = 1.0.0
22

0 commit comments

Comments
 (0)