Skip to content

Commit 48788a9

Browse files
committed
A couple cleanup tasks from the 2.3.0 release
This change includes: - Fix the date on the change log - Add development docs notice to the readme - Fix an ordering issue in the publish script
1 parent 531ea8b commit 48788a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## [2.3.0] - 2022-10-13
6+
## [2.3.0] - 2023-07-19
77
### Added
88
- Support for update-ref action ([#801](https://github.com/MitMaro/git-interactive-rebase-tool/pull/801))
99
- Search in the list view ([#797](https://github.com/MitMaro/git-interactive-rebase-tool/pull/797))

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence
99

1010
[![Git Interactive Rebase Tool](/docs/assets/images/girt-demo.gif?raw=true)](https://youtu.be/q3tzb-gQC0w)
1111

12+
**This is the documentation for the development build. For the current stable release, please use the [2.3.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/2.3.0/README.md).**
13+
1214
## Table of Contents
1315

1416
* [Features](./README.md#features)

scripts/publish.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fi
1414

1515
# order is based on dependency graph
1616
crates=(
17-
"src/git"
1817
"src/testutils"
18+
"src/git"
1919
"src/config"
2020
"src/display"
2121
"src/todo_file"

0 commit comments

Comments
 (0)