Skip to content

Commit 38fe055

Browse files
committed
Update changelog and include it in releases
1 parent dbab544 commit 38fe055

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.2] - 2014-05-28
8+
## [1.1.0] - 2021-05-29
9+
10+
### Added
11+
12+
- Added tooltips to UI buttons, including conditions, light sources, etc., in the right-click menu
13+
14+
## [1.0.2] - 2021-05-28
915

1016
### Fixed
1117

@@ -30,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
- Visual initiative order widget to help in combats
3137
- An [exclusive video map](https://github.com/luiscastilho/dungeoneering/blob/main/dungeoneering/data/maps/Animated-SwordCoast.mp4) from [Animated Dungeon Maps](https://www.patreon.com/animatedmaps)
3238

33-
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.0.2...HEAD
39+
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.0...HEAD
40+
[1.1.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.0.2...v1.1.0
3441
[1.0.2]: https://github.com/luiscastilho/dungeoneering/compare/v1.0.1...v1.0.2
3542
[1.0.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.0.0...v1.0.1
3643
[1.0.0]: https://github.com/luiscastilho/dungeoneering/releases/tag/v1.0.0

docs/releases/create_release.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,9 @@ echo " done"
6262

6363
# Copy release files to version dir
6464

65-
echo -n " Copy release filess to dungeoneering-$version-win64..."
65+
echo -n " Copy release files to dungeoneering-$version-win64..."
6666
cp docs/releases/*.txt releases/$version/dungeoneering-$version-win64/
67-
echo " done"
68-
69-
# Create a VERSION.txt file in version dir
70-
71-
echo -n " Create VERSION.txt file in dungeoneering-$version-win64..."
72-
echo "$version" > releases/$version/dungeoneering-$version-win64/VERSION.txt
67+
cp docs/CHANGELOG.md releases/$version/dungeoneering-$version-win64/CHANGELOG.txt
7368
echo " done"
7469

7570
# Copy libraries to lib dir and then remove platform specific files

0 commit comments

Comments
 (0)