Skip to content

Commit 828485b

Browse files
committed
ci: fix workflow
1 parent 922109f commit 828485b

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

.changeset/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{ "repo": "adbayb/clean-architecture" }
88
],
99
"commit": false,
10-
"ignore": ["@examples/*"],
1110
"updateInternalDependencies": "patch",
1211
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1312
"onlyUpdatePeerDependentsWhenOutOfRange": true,

.changeset/twelve-games-flow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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 🚀.

.changeset/welcome.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/continuous_delivery.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
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
@@ -55,7 +50,7 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

modules/catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)