This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +85
-8
lines changed
Expand file tree Collapse file tree 12 files changed +85
-8
lines changed Original file line number Diff line number Diff line change 3535
3636 # Create new Version
3737 - name : 🗽 New Version
38- run : lerna version --conventional-commits --no-git-tag- version --yes
38+ run : yarn run new- version
3939
4040 # Adds the above created version to the output so that we can get it later in the pull request with 'steps.changelog.outputs.version'
4141 - name : 🖋 Set new Version to Output
@@ -44,10 +44,11 @@ jobs:
4444 run : |
4545 version=$(node -p 'require("./lerna.json").version')
4646 echo "::set-output name=version::${version}"
47+
4748 # Create the Pull Request
4849 - name : 📤 Create Pull Request
4950 id : create-pull-request
50- uses : peter-evans/create-pull-request@v3 # https://github.com/peter-evans/create-pull-request
51+ uses : peter-evans/create-pull-request@v3
5152 with :
5253 token : ${{ secrets.GITHUB_TOKEN }}
5354 path : ${{ secrets.GITHUB_PATH }}
@@ -57,10 +58,13 @@ jobs:
5758 title : " v${{ steps.changelog.outputs.version }}"
5859 body : |
5960 ## v${{ steps.changelog.outputs.version }}
61+
6062 ### Breaking Changes
6163 - [ ] TODO
64+
6265 ### Features
6366 - [ ] TODO
67+
6468 ### Bug Fixes
6569 - [ ] TODO
6670 labels : " release"
Original file line number Diff line number Diff line change 1111jobs :
1212 publish :
1313 name : Publish
14- runs-on : ubuntu-18.04
14+ runs-on : ubuntu-latest
1515 steps :
1616
1717 # Checkout Project
4242 run : |
4343 CURRENT_VERSION=$(node -p 'require("./lerna.json").version')
4444 echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
45+
4546 # Check if Tag with the CURRENT_VERSION already exists
4647 - name : Tag Check
4748 id : tag-check
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 0.0.2 (2020-12-10)
7+
8+ ** Note:** Version bump only for package github-actions-test
9+
10+
11+
12+
13+
14+ ## 0.0.1 (2020-12-10)
15+
16+ ** Note:** Version bump only for package github-actions-test
Original file line number Diff line number Diff line change 1+ // http://orlandobayo.com/blog/monorepo-testing-using-jest/
2+
13const baseConfig = require ( "./jest.config.base.js" ) ;
24
35module . exports = {
Original file line number Diff line number Diff line change 33 " packages/*"
44 ],
55 "useWorkspaces" : true ,
6- "version" : " 0.0.0 "
6+ "version" : " 0.0.2 "
77}
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - 3d5d4bb: test
8+
9+ All notable changes to this project will be documented in this file.
10+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
11+
12+ ## 0.0.2 (2020-12-10)
13+
14+ ** Note:** Version bump only for package @bennodev/mono-one
15+
16+ ## 0.0.1 (2020-12-10)
17+
18+ ** Note:** Version bump only for package @bennodev/mono-one
Original file line number Diff line number Diff line change 11{
22 "name" : " @bennodev/mono-one" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "author" : " BennoDev" ,
55 "license" : " ISC" ,
66 "homepage" : " https://agile-ts.org/" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ export default class MonoOne {
1111 }
1212
1313 public getRandomString ( ) :string {
14- return "random2 " ;
14+ return "random3 " ;
1515 }
1616}
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - 3d5d4bb: test
8+
9+ All notable changes to this project will be documented in this file.
10+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
11+
12+ ## 0.0.2 (2020-12-10)
13+
14+ ** Note:** Version bump only for package @bennodev/mono-three
15+
16+ ## 0.0.1 (2020-12-10)
17+
18+ ** 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" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "author" : " BennoDev" ,
55 "license" : " ISC" ,
66 "homepage" : " https://agile-ts.org/" ,
You can’t perform that action at this time.
0 commit comments