Skip to content

Commit 4c4932a

Browse files
committed
chore: cleanup changelog and release
1 parent 30aea83 commit 4c4932a

File tree

5 files changed

+11
-27
lines changed

5 files changed

+11
-27
lines changed

.github/workflows/release.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
with:
1919
release-type: node
2020
default-branch: '${{ github.ref_name }}'
21-
changelog-notes-type: 'github'
22-
package-name: ng-keyboard-sort
23-
path: libs/ng-keyboard-sort
21+
extra-files: >
22+
[
23+
{ "type": "json", "path": "libs/ng-keyboard-sort/package.json", "jsonpath": "$.version" }
24+
]
2425
token: ${{ secrets.GH_TOKEN }}
2526
changelog-types: >
2627
[
@@ -64,3 +65,4 @@ jobs:
6465
cd dist/ng-keyboard-sort
6566
set -x
6667
npm publish --access public --tag "v${{ steps.release.outputs.major }}-lts"
68+
npm publish --access public --tag "latest"

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ testem.log
4242
Thumbs.db
4343

4444
# Release please handles changelog
45-
libs/ng-keyboard-sort/CHANGELOG.md
45+
CHANGELOG.md

libs/ng-keyboard-sort/CHANGELOG.md CHANGELOG.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
# Changelog
22

3-
## What's Changed
4-
* chore: update readme by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/11
5-
* docs: links to open project in stackblitz by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/13
6-
* chore: update stackblitz config by @johnhwhite in https://github.com/johnhwhite/ng-keyboard-sort/pull/14
7-
8-
9-
**Full Changelog**: https://github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.1...v1.0.2
3+
## [1.1.0](https://www.github.com/johnhwhite/ng-keyboard-sort/compare/v1.0.2...v1.1.0) (2023-02-12)
104

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

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

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

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

24-
2520
### Continuous Integration
2621

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

29-
3024
### Miscellaneous Chores
3125

3226
* release 1.0.0 ([4b2c69a](https://www.github.com/johnhwhite/ng-keyboard-sort/commit/4b2c69a129174ad45c8ff793c55d338ad097b8b0))

tools/generators/.gitkeep

Whitespace-only changes.

tools/tsconfig.tools.json

-12
This file was deleted.

0 commit comments

Comments
 (0)