Jagoda Estera Ślązak
719badb5b8
chore: skip alpha
and beta
tags in cliff.toml
( #2026 )
...
https://github.com/ratatui/ratatui/pull/2025#issuecomment-3135177683
2025-08-12 08:02:01 +02:00
Orhun Parmaksız
01067efd1c
chore(changelog): allow running git-cliff without release-plz ( #2031 )
...
This is probably not optimal because we won't have access to the current
`{package}` while running `git-cliff` but at least it will run _just_
fine.
While at it, I changed something in the commit parsers to avoid adding
dependency updates to the changelog.
---------
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
2025-08-09 20:21:59 +03:00
Jagoda Estera Ślązak
0afb1a99af
chore: ignore beta
and rc
tags in cliff.toml
( #2025 )
2025-07-29 15:25:30 -07:00
Orhun Parmaksız
ca5a9bb019
chore(changelog): skip dependency updates in changelog ( #1966 )
2025-07-05 16:29:09 +03:00
Josh McKinney
09cc9ef57d
fix: typo in changelog ( #1857 )
2025-05-15 12:41:41 +03:00
Orhun Parmaksız
34fec670d3
chore(changelog): remove changelog footer ( #1711 )
...
The footer makes some noise when used with `release-plz`.
2025-03-07 12:59:09 -08:00
Orhun Parmaksız
4bd7c6dfa9
chore(changelog): skip placeholder commits in changelog ( #1704 )
2025-03-06 01:49:10 +03:00
Orhun Parmaksız
0919c72f89
chore(changelog): bring back commit details ( #1694 )
...
see https://github.com/ratatui/ratatui/pull/1671#issuecomment-2692469384
2025-03-04 02:17:29 +03:00
Orhun Parmaksız
9fb054453d
chore(release): initialize release-plz ( #1550 )
...
See https://github.com/ratatui/ratatui/pull/1550
2025-02-11 20:43:58 +03:00
Orhun Parmaksız
28732176e1
chore(release): prepare for 0.29.0 ( #1444 )
...
🧀
2024-10-21 13:35:36 +03:00
Josh McKinney
23516bce76
chore: rename ratatui-org to ratatui ( #1334 )
...
All urls updated to point at https://github.com/ratatui
To update your repository remotes, you can run the following commands:
```shell
git remote set-url origin https://github.com/ratatui/ratatui
```
2024-08-21 11:35:08 -07:00
Josh McKinney
a80a8a6a47
style(format): lint markdown ( #1131 )
...
- **chore: Fix line endings for changelog**
- **chore: cleanup markdown lints**
- **ci: add Markdown linter**
- **build: add markdown lint to the makefile**
---------
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-08-03 20:26:04 +03:00
Josh McKinney
b304bb99bd
chore(changelog): fixup git-cliff formatting ( #1214 )
...
- Replaced backticks surrounding body with blockquotes. This formats
significantly better.
- Added a few postprocessors to remove junk like the PR template,
horizontal lines and some trailing whitespace
---
Note: there is extra non-automatically generated stuff in the changelog
that this would remove - the changes to CHANGELOG.md should not be
merged as-is, and this is worth waiting for @orhun to check out.
Compare:
5e7fbe8c32/CHANGELOG.md
To: https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md
---------
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-07-27 11:39:00 +03:00
Josh McKinney
8de3d52469
chore(changelog): put commit id on the same line as the message ( #1093 )
2024-05-11 15:30:08 +03:00
Orhun Parmaksız
363c4c54e8
chore(release): prepare for 0.26.2 ( #1029 )
2024-04-15 13:38:55 +03:00
Orhun Parmaksız
b7942ee252
chore(release): prepare for 0.26.0 ( #905 )
...
🐭
---------
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
2024-02-02 00:16:00 -08:00
Josh McKinney
151db6ac7d
chore: add commit footers to git-cliff config ( #805 )
...
Fixes: https://github.com/orhun/git-cliff/issues/297
2024-01-13 02:13:09 -08:00
Orhun Parmaksız
82a0d01a42
chore(changelog): skip dependency updates in changelog ( #582 )
2023-10-23 04:04:26 -07:00
Orhun Parmaksız
127813120e
chore(changelog): make the scopes lowercase in the changelog ( #479 )
2023-09-09 07:29:41 -07:00
Josh McKinney
572df758ba
ci: put commit id first in changelog ( #463 )
2023-09-05 02:13:02 -07:00
Orhun Parmaksız
3f781cad0a
chore(release): prepare for 0.23.0 ( #444 )
2023-08-28 11:46:03 +00:00
Orhun Parmaksız
6009844e25
chore(changelog): ignore alpha tags ( #440 )
2023-08-27 09:01:17 +00:00
Josh McKinney
a937500ae4
chore(changelog): show full commit message ( #423 )
...
This allows someone reading the changelog to search for information
about breaking changes or implementation of new functionality.
- refactored the commit template part to a macro instead of repeating it
- added a link to the commit and to the release
- updated the current changelog for the alpha and unreleased changes
- Automatically changed the existing * lists to - lists
2023-08-24 07:59:59 +00:00
Orhun Parmaksız
964190a859
chore(github): rename tui-rs-revival
references to ratatui-org
( #340 )
2023-07-22 10:34:11 +00:00
Orhun Parmaksız
231aae2920
style(config): apply formatting to config files ( #238 )
2023-06-11 20:26:45 +00:00
Orhun Parmaksız
21ca38d9e9
chore(release): prepare for 0.21.0 ( #197 )
...
* chore(release): prepare for 0.21.0
* chore(changelog): update changelog for latest changes
2023-05-29 12:09:00 +02:00
Josh McKinney
5f12f06297
ci: add ci, build, and revert to allowed commit types
...
This is the same list as https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional\#rules
2023-05-04 04:12:55 -07:00
Orhun Parmaksız
cfa8b8042a
chore(release): prepare for 0.20.0 ( #97 )
2023-03-19 18:11:15 +01:00