File: Maintenance.md

package info (click to toggle)
rust-clap-markdown 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintenance

This document describes steps required to maintain the clap-markdown project.

This document is informational and intended for the maintainer of this project;
users of this project do not need to read this document.

## Release

1. Update the 'Compatibility History' table in README.md each time a new release
   is made.

   The `clap-markdown` column should contain the current crate version, and the
   `clap` column should contain the current `clap = "..."` version constraint
   value.