We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7821 commit b3ac82aCopy full SHA for b3ac82a
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches: [ "main" ]
11
# Publish semver tags as releases.
12
- tags: [ 'v1.*' ]
+ tags: [ 'v*' ]
13
pull_request:
14
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openapi-scripts",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Scripts used in postprocess OpenAPI document",
5
"main": "src/main.js",
6
"devDependencies": {
0 commit comments