Skip to content

Files

Latest commit

author
Marek Suchánek
Feb 27, 2023
c6901e3 · Feb 27, 2023

History

History
78 lines (47 loc) · 1.76 KB

PACKAGING.md

File metadata and controls

78 lines (47 loc) · 1.76 KB

Packaging newdoc

The following are instructions for the maintainers of newdoc to package and distribute new releases.

Packaging and distributing newdoc as an RPM package

  1. Log into the Copr repository administration: https://copr.fedorainfracloud.org/coprs/mareksu/newdoc-rs/.

  2. Go to the Builds tab.

  3. Click New Build.

  4. Select SCM.

  5. In the Clone url field, paste https://github.com/redhat-documentation/newdoc.

  6. In the Spec File field, use newdoc.spec.

  7. Click Build.

Packaging and distributing newdoc on Crates.io

  1. If you are publishing to Crates.io for the first time on this system, log into your account:

    $ cargo login
    

    You can manage your login tokens in your account settings: https://crates.io/me.

  2. Publish the latest version of newdoc to Crates.io:

    $ cargo publish