Skip to content

Commit

Permalink
feature(release): version packages (#3)
Browse files Browse the repository at this point in the history
* ci(changesets): version packages

* ci(release): set custom PAT (changesets/action#187)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brian Cooper <brian@brian-cooper.com>
  • Loading branch information
3 people committed Aug 7, 2023
1 parent 1f52c72 commit 0b58812
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-drinks-decide.md

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
title: "feature(release): version packages"
commit: "ci(changesets): version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# custom PAT used due to https://github.com/changesets/action/issues/187
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @omnidev/knit

## 0.1.0

### Minor Changes

- [#2](https://github.com/coopbri/knit/pull/2) [`621adc0`](https://github.com/coopbri/knit/commit/621adc02b66f37ec37c5f5e8b79e36babd29c2d0) Thanks [@coopbri](https://github.com/coopbri)! - Initial release (forked from https://github.com/wclr/yalc)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnidev/knit",
"version": "0.0.0",
"version": "0.1.0",
"description": "🧶 Knit local dependencies together",
"license": "MIT",
"homepage": "https://github.com/coopbri/knit",
Expand Down

1 comment on commit 0b58812

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run success

50 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 0b58812

Please sign in to comment.