This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +131
-50
lines changed
Expand file tree Collapse file tree 8 files changed +131
-50
lines changed Original file line number Diff line number Diff line change 1111 startsWith(github.event.comment.body, '/create release')
1212 runs-on : ubuntu-latest
1313 steps :
14- # Checkout Project
14+ # Checkout Project
1515 - name : 📚 Checkout
1616 uses : actions/checkout@v2
1717
2525 - name : ⏳ Install
2626 run : yarn install
2727
28- # Configure Git User so that it can perform Git Actions like commits
29- - name : 👷 Configure Git User
30- run : |
31- git config --global user.name 'bennodev19'
32- git config --global user.email 'bennodev19@users.noreply.github.com'
33- env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35-
36- # 🔼 Bump Version
37- - name : Bump Version
38- id : next_version
39- uses : zwaldowski/semver-release-action@v1
40- with :
41- bump : patch
42- prefix : agile
43- github_token : ${{ secrets.GITHUB_TOKEN }}
44-
4528 # Create Release Pull Request
4629 - name : 📤 Create Pull Request
47- id : create-pull-request
48- uses : peter-evans/create-pull-request@v3
49- with :
50- token : ${{ secrets.GITHUB_TOKEN }}
51- path : ${{ secrets.GITHUB_PATH }}
52- commit-message : " [WIP] New Version"
53- committer : GitHub <noreply@github.com>
54- author : " ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
55- title : " v${{ steps.changelog.outputs.version }}"
56- body : |
57- ## New Version
58-
59- ### Breaking Changes
60- - [ ] TODO
61-
62- ### Features
63- - [ ] TODO
64-
65- ### Bug Fixes
66- - [ ] TODO
67- labels : " release"
68- branch : " release/next"
30+ uses : changesets/action@master
31+ env :
32+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6933
70- # Print some important Notes
71- - name : 🏁 Result
72- run : |
73- echo "✔️ Finished"
74- echo "✔️ Pull Request Number - ${{ steps.create-pull-request.outputs.pr_number }}"
75- echo "✔️ Pull Request URL - ${{ steps.create-pull-request.outputs.pull-request-url }}"
Original file line number Diff line number Diff line change 1- name : test-all-packages
1+ name : Test All Packages
22on :
33 pull_request :
44 branches : ["*"]
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 1.0.6 (2020-12-30)
7+
8+
9+
10+ ## 1.0.1 (2020-12-10)
11+
12+
13+
14+ ## 0.0.2 (2020-12-10)
15+
16+
17+
18+ ## 0.0.1 (2020-12-10)
19+
20+ ** Note:** Version bump only for package @bennodev/mono-one
21+
22+
23+
24+
25+
26+ ## 1.0.5 (2020-12-30)
27+
28+
29+
30+ ## 1.0.1 (2020-12-10)
31+
32+
33+
34+ ## 0.0.2 (2020-12-10)
35+
36+
37+
38+ ## 0.0.1 (2020-12-10)
39+
40+ ** Note:** Version bump only for package @bennodev/mono-one
41+
42+
43+
44+
45+
46+
647## 1.0.4 (2020-12-11)
748
849
Original file line number Diff line number Diff line change 11{
22 "name" : " @bennodev/mono-one" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.6 " ,
44 "author" : " BennoDev" ,
55 "license" : " ISC" ,
66 "homepage" : " https://agile-ts.org/" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 1.0.5 (2020-12-30)
7+
8+
9+
10+ ## 1.0.1 (2020-12-10)
11+
12+
13+
14+ ## 0.0.2 (2020-12-10)
15+
16+
17+
18+ ## 0.0.1 (2020-12-10)
19+
20+ ** Note:** Version bump only for package @bennodev/mono-three
21+
22+
23+
24+
25+
26+ ## 1.0.4 (2020-12-30)
27+
28+
29+
30+ ## 1.0.1 (2020-12-10)
31+
32+
33+
34+ ## 0.0.2 (2020-12-10)
35+
36+
37+
38+ ## 0.0.1 (2020-12-10)
39+
40+ ** Note:** Version bump only for package @bennodev/mono-three
41+
42+
43+
44+
45+
46+
647## 1.0.3 (2020-12-10)
748
849** Note:** Version bump only for package @bennodev/mono-three
Original file line number Diff line number Diff line change 11{
22 "name" : " @bennodev/mono-three" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.5 " ,
44 "author" : " BennoDev" ,
55 "license" : " ISC" ,
66 "homepage" : " https://agile-ts.org/" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 1.0.4 (2020-12-30)
7+
8+
9+
10+ ## 1.0.1 (2020-12-10)
11+
12+
13+
14+ ## 0.0.2 (2020-12-10)
15+
16+
17+
18+ ## 0.0.1 (2020-12-10)
19+
20+ ** Note:** Version bump only for package @bennodev/mono-two
21+
22+
23+
24+
25+
26+ ## 1.0.3 (2020-12-30)
27+
28+
29+
30+ ## 1.0.1 (2020-12-10)
31+
32+
33+
34+ ## 0.0.2 (2020-12-10)
35+
36+
37+
38+ ## 0.0.1 (2020-12-10)
39+
40+ ** Note:** Version bump only for package @bennodev/mono-two
41+
42+
43+
44+
45+
46+
647## 1.0.2 (2020-12-11)
748
849
Original file line number Diff line number Diff line change 11{
22 "name" : " @bennodev/mono-two" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.4 " ,
44 "author" : " BennoDev" ,
55 "license" : " ISC" ,
66 "homepage" : " https://agile-ts.org/" ,
You can’t perform that action at this time.
0 commit comments