Skip to content

Commit

Permalink
chore: release package(s) (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and adbayb committed Oct 31, 2024
1 parent ef758a6 commit a4dd601
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/flat-pots-invite.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- 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
Expand Down
8 changes: 8 additions & 0 deletions termost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# termost

## 0.18.0

### Minor Changes

- [`ef758a6`](https://github.com/adbayb/termost/commit/ef758a65119a3693160d3f12b813beb4255574cf) Thanks [@adbayb](https://github.com/adbayb)! - Display uncaught error by default and allow `helpers.message` to accept Error-like objects.

Please note that the `helpers.message` do not accept anymore an array of strings.

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion termost/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "termost",
"description": "Get the most of your terminal",
"version": "0.17.0",
"version": "0.18.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a4dd601

Please sign in to comment.