File tree Expand file tree Collapse file tree 2 files changed +43
-6
lines changed Expand file tree Collapse file tree 2 files changed +43
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Publish package
1
+ name : ci
2
+
2
3
on :
3
- release :
4
- types : [created]
5
- workflow_dispatch :
4
+ push :
5
+ branches :
6
+ - main
6
7
7
8
jobs :
8
- build :
9
+ ci :
9
10
runs-on : ubuntu-latest
11
+
10
12
steps :
11
13
- uses : actions/checkout@v3
12
14
- uses : pnpm/action-setup@v2
20
22
- run : pnpm install
21
23
- name : Build
22
24
run : pnpm run build
23
- - run : pnpm publish
25
+ - name : Run tests
26
+ run : pnpm run test
27
+ - name : Bump version
28
+ run : pnpm run bump
29
+ - uses : stefanzweifel/git-auto-commit-action@v4
30
+ with :
31
+ commit_message : " ci(package-json): :bookmark: Bumped version"
32
+ commit_user_email :
[email protected]
33
+ branch : main
34
+ - name : Publish package
35
+ run : pnpm publish
24
36
env :
25
37
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change
1
+
2
+ ## v0.5.1
3
+
4
+
5
+ ### 🚀 Enhancements
6
+
7
+ - ** init:** 🎉 Initial commit (dc51266)
8
+
9
+ ### 📖 Documentation
10
+
11
+ - ** readme:** 📝 Updated docs link (5c909cf)
12
+ - ** readme:** 📝 Updated docs link (53bfc24)
13
+
14
+ ### 📦 Build
15
+
16
+ - ** build:** 💚 Added unbuild as build system (eb64311)
17
+
18
+ ### 🏡 Chore
19
+
20
+ - ** gitignore:** 🔧 Updated gitignore (b519647)
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Jan-Henrik Damaschke
< [email protected] >
25
+
You can’t perform that action at this time.
0 commit comments