Skip to content

Commit

Permalink
chore(release): bump version and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2022
1 parent 35883d7 commit c8ee140
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-pillows-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-bikes-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quick-tables-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-eels-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dragons-collect.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codecov:
coverage:
precision: 2
round: down
range: "80...100"
range: '80...100'

status:
project:
Expand All @@ -23,6 +23,6 @@ parsers:
macro: no

comment:
layout: "reach, diff, files"
layout: 'reach, diff, files'
behavior: default
require_changes: true
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
day: "friday"
time: "00:23"
interval: 'weekly'
day: 'friday'
time: '00:23'
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "pnpm"
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Release
on:
push:
paths:
- ".changeset/**"
- "src/**"
- "package.json"
- '.changeset/**'
- 'src/**'
- 'package.json'
branches:
- main

Expand All @@ -29,8 +29,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "pnpm"
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -42,8 +42,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
commit: "chore(release): bump version and deploy"
title: "chore(release): bump version and deploy"
commit: 'chore(release): bump version and deploy'
title: 'chore(release): bump version and deploy'
publish: pnpm run release
version: pnpm run version-packages
env:
Expand Down
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# @mheob/changeset-changelog

## 2.0.0

### Major Changes

- complete rewrite of the code and output -->
([#10](https://github.com/mheob/changeset-changelog/pull/10)) by
[@mheob](https://github.com/mheob)

### Minor Changes

- Improve changelog output --> ([#7](https://github.com/mheob/changeset-changelog/pull/7)) by
[@mheob](https://github.com/mheob)

- Rework the output and use also the commit information -->
([#6](https://github.com/mheob/changeset-changelog/pull/6)) by [@mheob](https://github.com/mheob)

### Patch Changes

- Fix current changelog styling --> ([#9](https://github.com/mheob/changeset-changelog/pull/9)) by
[@mheob](https://github.com/mheob)

## 1.0.0

### Major Changes

- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) by [@mheob](https://github.com/mheob)
- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1))
[`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7)
by [@mheob](https://github.com/mheob)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mheob/changeset-changelog",
"version": "1.0.0",
"version": "2.0.0",
"description": "My personal changeset changelog configuration.",
"keywords": [
"changelog",
Expand Down

0 comments on commit c8ee140

Please sign in to comment.