Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelogs #117

Merged
merged 1 commit into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand All @@ -14,7 +14,10 @@ categories:
labels:
- 'chore'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- title: 'ℹ️ Website'
labels:
- 'documentation'
change-template: '- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER](https://github.com/rbusarow/Tangle/pull/$NUMBER))'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
Expand All @@ -31,3 +34,14 @@ template: |
## Changes

$CHANGES

## Contributors

$CONTRIBUTORS
autolabeler:
- label: 'documentation'
files:
- '*.md'
- label: 'dependencies'
branch:
- '/dependabot\/.+/'
16 changes: 16 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#name: Update ChangeLog
#
#on:
# release:
# types: [published, edited, created]
#
#steps:
# - name: fetch latest release
# id: fetch-latest-release
# uses: thebritican/fetch-latest-release@v2.0.0
# with:
# github_token: ${{ github.token }}
#
# - name: buh
# env:
# BODY: steps.fetch-latest-release.outputs.body
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# 0.11.1
### Changes

- create 0.11.1 version for website docs [@RBusarow](https://github.com/RBusarow) [#111](https://github.com/rbusarow/Tangle/pull/111)

## 0.10.0
### 🐛 Bug Fixes

- update applied paths in TanglePlugin [@RBusarow](https://github.com/RBusarow) [#110](https://github.com/rbusarow/Tangle/pull/110)

### 🧰 Maintenance

- Bump constraintlayout from 2.0.4 to 2.1.0 (Dependabot) [#108](https://github.com/rbusarow/Tangle/pull/108)
- update version to 0.11.1 [@RBusarow](https://github.com/RBusarow) [#109](https://github.com/rbusarow/Tangle/pull/109)
- add release-drafter [@RBusarow](https://github.com/RBusarow) [#106](https://github.com/rbusarow/Tangle/pull/106)

# 0.11.0

- add `require` function which throws TangleCompilationException [#6](https://github.com/rbusarow/Tangle/pull/6)
- Docusaurus [#7](https://github.com/rbusarow/Tangle/pull/7)
- update api dump [#47](https://github.com/rbusarow/Tangle/pull/47)
- replace kotlinter with ktlint-gradle [#45](https://github.com/rbusarow/Tangle/pull/45)
- initial Dokka setup [#46](https://github.com/rbusarow/Tangle/pull/46)
- basic knit setup [#48](https://github.com/rbusarow/Tangle/pull/48)
- automatically deploy website for every merge into main [#49](https://github.com/rbusarow/Tangle/pull/49)

# 0.10.0

Initial release

Expand Down
32 changes: 23 additions & 9 deletions website/src/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# 0.11.1
### Changes

## 0.11.0
- create 0.11.1 version for website docs [@RBusarow](https://github.com/RBusarow) [#111](https://github.com/rbusarow/Tangle/pull/111)

- add `require` function which throws TangleCompilationException #6
- Docusaurus #7
- update api dump #47
- replace kotlinter with ktlint-gradle #45
- initial Dokka setup #46
- basic knit setup #48
- automatically deploy website for every merge into main #49
### 🐛 Bug Fixes

## 0.10.0
- update applied paths in TanglePlugin [@RBusarow](https://github.com/RBusarow) [#110](https://github.com/rbusarow/Tangle/pull/110)

### 🧰 Maintenance

- Bump constraintlayout from 2.0.4 to 2.1.0 (Dependabot) [#108](https://github.com/rbusarow/Tangle/pull/108)
- update version to 0.11.1 [@RBusarow](https://github.com/RBusarow) [#109](https://github.com/rbusarow/Tangle/pull/109)
- add release-drafter [@RBusarow](https://github.com/RBusarow) [#106](https://github.com/rbusarow/Tangle/pull/106)

# 0.11.0

- add `require` function which throws TangleCompilationException [#6](https://github.com/rbusarow/Tangle/pull/6)
- Docusaurus [#7](https://github.com/rbusarow/Tangle/pull/7)
- update api dump [#47](https://github.com/rbusarow/Tangle/pull/47)
- replace kotlinter with ktlint-gradle [#45](https://github.com/rbusarow/Tangle/pull/45)
- initial Dokka setup [#46](https://github.com/rbusarow/Tangle/pull/46)
- basic knit setup [#48](https://github.com/rbusarow/Tangle/pull/48)
- automatically deploy website for every merge into main [#49](https://github.com/rbusarow/Tangle/pull/49)

# 0.10.0

Initial release

Expand Down