File tree Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 77 { "repo" : " adbayb/clean-architecture" }
88 ],
99 "commit" : false ,
10- "ignore" : [" @examples/*" ],
1110 "updateInternalDependencies" : " patch" ,
1211 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH" : {
1312 "onlyUpdatePeerDependentsWhenOutOfRange" : true ,
Original file line number Diff line number Diff line change 1+ ---
2+ " @clean-architecture/host-web " : major
3+ " @clean-architecture/catalog " : major
4+ " @clean-architecture/shared-kernel " : major
5+ ---
6+
7+ v1.0.0 release 🚀.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3838 - name : Install dependencies
3939 run : pnpm install --frozen-lockfile
40- - name : Publish pre-release version(s)
41- if : " !contains(github.event.head_commit.message, 'chore: release package(s)')"
42- run : |
43- pnpm --filter=\!@examples/\* --recursive exec pnpm version "$(pnpm show ./ version)-next-${GITHUB_SHA::7}"
44- pnpm --filter=\!@examples/\* --recursive exec pnpm publish --tag next --no-git-checks
4540 - name : Create release pull request
4641 if : " !contains(github.event.head_commit.message, 'chore: release package(s)')"
4742 uses : changesets/action@v1
5550 uses : changesets/action@v1
5651 with :
5752 version : pnpm release:version
58- publish : pnpm release:publish
53+ publish : exit 0
5954 env :
6055 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6156 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11<br >
22<div align =" center " >
33 <h1>📦 clean-architecture</h1>
4- <strong>A clean architecture implementation example to enable testable and evolutive systems</strong>
4+ <strong>A clean architecture example to implement testable and evolutive systems</strong>
55</div >
66<br >
77<br >
Original file line number Diff line number Diff line change 11<br >
22<div align =" center " >
33 <h1>📦 Clean Architecture</h1>
4- <strong>The catalog [bounded context]( https://deviq.com/domain-driven-design/bounded-context) </strong>
4+ <strong>The catalog <a href=" https://deviq.com/domain-driven-design/bounded-context">bounded context</a> </strong>
55</div >
66<br >
77<br >
You can’t perform that action at this time.
0 commit comments