You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Type: Bug`|[search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Bug)| Applied to issues reporting bugs. |
142
-
|`Type: Chore`|[search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Chore)| Applied to issues and pull requests regarding miscellaneous tasks around the reposity. |
142
+
|`Type: Chore`|[search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Chore)| Applied to issues and pull requests regarding miscellaneous tasks around the repository. |
143
143
|`Type: Enhancement`|[search](https://github.com/influxdb-rs/influxdb-rust/labels/Status%3A%20Type%20Enhancement)| Applied to issues and pull requests where an existing feature is improved. |
|`Type: New Feature`|[search](https://github.com/influxdb-rs/influxdb-rust/labels/status%3a%20Type%20New%20Feature)| Applied to issues and pull requests requesting or implementing new features. ||
Copy file name to clipboardExpand all lines: RELEASING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# How to release this crate
2
2
3
-
This project consists of two crates which need to be published to crates.io in the correct order. Additonally, there's some steps one's likely to miss when releasing.
3
+
This project consists of two crates which need to be published to crates.io in the correct order. Additionally, there's some steps one's likely to miss when releasing.
4
4
5
5
## Pre-Release-Checklist
6
6
7
7
-[ ]`influxdb/Cargo.toml` and `influxdb-derive/Cargo.toml`: Bumped `influxdb` and `influxdb-derive` versions to new version number?
8
-
-[ ]`influxdb/Cargo.toml`: Changed `influxdb`dependecy on `influxdb-derive` to new version number?
8
+
-[ ]`influxdb/Cargo.toml`: Changed `influxdb`dependency on `influxdb-derive` to new version number?
9
9
-[ ]`CHANGELOG.md`: Remove all entries from the unreleased section
10
10
-[ ]`CHANGELOG.md`: Add new Section for the new version number with subsections `Added`, `Changed` and `Fixed`.
11
11
-[ ]`CHANGELOG.md`: For each commit since the last release commit `Release vX.Y.Z`, added a changelog entry in the correct section linking to the author and PR in this format?
0 commit comments