Skip to content

Commit 5ad57f7

Browse files
committed
chore: setup semantic release
1 parent 0785782 commit 5ad57f7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22
on:
33
push:
4+
tags-ignore:
5+
- '*.*'
46
branches:
57
- !chore/setup-semantic
68

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22
on:
33
push:
4+
tags-ignore:
5+
- '*.*'
46
branches:
57
- master
68
- chore/setup-semantic

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapitools",
3-
"version": "2.0.3-development",
3+
"version": "0.0.0-development",
44
"license": "Apache-2.0",
55
"private": false,
66
"author": {

0 commit comments

Comments
 (0)