Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adbayb committed Dec 26, 2024
1 parent 922109f commit 69c9174
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{ "repo": "adbayb/clean-architecture" }
],
"commit": false,
"ignore": ["@examples/*"],
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
Expand Down
7 changes: 7 additions & 0 deletions .changeset/twelve-games-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@clean-architecture/host-web": major
"@clean-architecture/catalog": major
"@clean-architecture/shared-kernel": major
---

v1.0.0 release 🚀.
5 changes: 0 additions & 5 deletions .changeset/welcome.md

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Publish pre-release version(s)
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
run: |
pnpm --filter=\!@examples/\* --recursive exec pnpm version "$(pnpm show ./ version)-next-${GITHUB_SHA::7}"
pnpm --filter=\!@examples/\* --recursive exec pnpm publish --tag next --no-git-checks
- name: Create release pull request
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
uses: changesets/action@v1
Expand All @@ -55,7 +50,7 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm release:version
publish: pnpm release:publish
publish: exit 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion modules/catalog/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<br>
<div align="center">
<h1>📦 Clean Architecture</h1>
<strong>The catalog [bounded context](https://deviq.com/domain-driven-design/bounded-context)</strong>
<strong>The catalog <a href="https://deviq.com/domain-driven-design/bounded-context">bounded context</a></strong>
</div>
<br>
<br>

0 comments on commit 69c9174

Please sign in to comment.