Skip to content

Commit

Permalink
chore: cleanup changelog and release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Feb 25, 2023
1 parent 30aea83 commit 4c4932a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 27 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
with:
release-type: node
default-branch: '${{ github.ref_name }}'
changelog-notes-type: 'github'
package-name: ng-keyboard-sort
path: libs/ng-keyboard-sort
extra-files: >
[
{ "type": "json", "path": "libs/ng-keyboard-sort/package.json", "jsonpath": "$.version" }
]
token: ${{ secrets.GH_TOKEN }}
changelog-types: >
[
Expand Down Expand Up @@ -64,3 +65,4 @@ jobs:
cd dist/ng-keyboard-sort
set -x
npm publish --access public --tag "v${{ steps.release.outputs.major }}-lts"
npm publish --access public --tag "latest"
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ testem.log
Thumbs.db

# Release please handles changelog
libs/ng-keyboard-sort/CHANGELOG.md
CHANGELOG.md
16 changes: 5 additions & 11 deletions libs/ng-keyboard-sort/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
# Changelog

## What's Changed
* chore: update readme by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/11
* docs: links to open project in stackblitz by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/13
* chore: update stackblitz config by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/14


**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.1...v1.0.2
## [1.1.0](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.2...v1.1.0) (2023-02-12)

## What's Changed
* fix: check both item and list disabled states by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/15
* feat: add if-active directive by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/17
* feat: add if-focused directive by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/18
* chore: update release config by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/19
* chore: update release config with packages by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/21
* chore: update package settings by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/23

## [1.0.2](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.1...v1.0.2) (2023-02-11)

**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.2...v1.1.0
* chore: update readme by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/11
* docs: links to open project in stackblitz by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/13
* chore: update stackblitz config by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/14

### [1.0.1](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.0...v1.0.1) (2023-02-08)


### Continuous Integration

* fix workflow ([109bc85](https://www.github.com/johnhwhite/ng-keyboard-sort/commit/109bc859ef4ea863465a038eb92c8d0c63b06983))


### Miscellaneous Chores

* release 1.0.0 ([4b2c69a](https://www.github.com/johnhwhite/ng-keyboard-sort/commit/4b2c69a129174ad45c8ff793c55d338ad097b8b0))
Expand Down
Empty file removed tools/generators/.gitkeep
Empty file.
12 changes: 0 additions & 12 deletions tools/tsconfig.tools.json

This file was deleted.

0 comments on commit 4c4932a

Please sign in to comment.