Skip to content

Commit 3a6de90

Browse files
committed
MAJOR: pre release 2.0.
1 parent d3133c7 commit 3a6de90

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Create Release
22

33
on:
44
push:
5-
branches:
6-
- "master"
5+
branches:
6+
- 'master'
77

88
jobs:
99
bump-version:
@@ -14,6 +14,8 @@ jobs:
1414

1515
- name: Automated Version Bump
1616
uses: phips28/[email protected]
17+
with:
18+
major-wording: MAJOR
1719
env:
1820
GITHUB_USER: ${{ secrets.CI_NAME }}
1921
GITHUB_EMAIL: ${{ secrets.CI_EMAIL }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ The CSS file is included separately and needs to be imported manually. You can e
5858
```vue
5959
<template>
6060
<div>
61-
...
6261
<vue-json-pretty :path="'res'" :data="{ key: 'value' }" @click="handleClick"> </vue-json-pretty>
6362
</div>
6463
</template>

0 commit comments

Comments
 (0)