Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 2169c7c

Browse files
authored
Merge pull request #150 from alvarosaburido/semantic-release-next
Semantic release next
2 parents 90597a3 + e177aea commit 2169c7c

File tree

4 files changed

+428
-436
lines changed

4 files changed

+428
-436
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
run: npm run build
2222
- name: Build Types Declarations
2323
run: npm run build:dts
24+
- name: Release
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
CI: true
29+
run: npm run semantic-release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ That's **Vue Dynamic Forms**.
2727

2828
## Status: Beta
2929

30-
This is the Vue `3.x.x` compatible version. The focus right now is out of the box `Typescript` support, three shakeable, improve accesiility and be lighter in size. For Vue `2.x.x` please use the library tags [0.x](https://github.com/alvarosaburido/vue-dynamic-forms/tree/0.x).
30+
This is the Vue `3.x.x` compatible version. The focus right now is out of the box `Typescript` support, three shakeable, improve accesiility and be lighter in size. For Vue `2.x.x` please use the library tags [2.x](https://github.com/alvarosaburido/vue-dynamic-forms/tree/2.x).
3131

3232
## Documentation
3333

0 commit comments

Comments
 (0)