Skip to content

Commit f64cf60

Browse files
authored
Merge pull request #253 from rstudio/mm-changelog
1.8.0 changelog
2 parents ac3d5aa + 173e0b5 commit f64cf60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ All version and release management is done via [annotated git tags](https://git-
6060
repo metadata used by the [`setuptools_scm`](https://github.com/pypa/setuptools_scm) package to generate the version
6161
string 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+
6366
To create a new release, create and push an annotated git tag:
6467

6568
```bash

0 commit comments

Comments
 (0)