File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ 1.8.1] - 2022-05-31
8+
9+ ### Changed
10+
11+ Corrected changelog heading.
12+
13+ ## [ 1.8.0] - 2022-05-31
814
915### Added
1016
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ All version and release management is done via [annotated git tags](https://git-
6060repo metadata used by the [ ` setuptools_scm ` ] ( https://github.com/pypa/setuptools_scm ) package to generate the version
6161string provided as ` rsconnect:VERSION ` and output by ` rsconnect version ` .
6262
63+ Before releasing, replace the ` Unreleased ` heading in the changelog
64+ with the version number and date.
65+
6366To create a new release, create and push an annotated git tag:
6467
6568``` bash
You can’t perform that action at this time.
0 commit comments