Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 690 Bytes

proc_upgrading-a-local-installation-of-antora.adoc

File metadata and controls

31 lines (20 loc) · 690 Bytes

Upgrading a local installation of Antora

This section describes how to upgrade a local installation of Antora.

Prerequisites
  • A running version of yarn. See Installing Yarn.

  • ./node_modules/.bin is in the PATH environment variable.

Procedure
  1. Open a shell into the project directory and run following command:

    $ yarn upgrade
  2. Commit the changes in both files package.json and package-lock.json.

    $ git add package.json yarn.lock
    $ git commit -m "Upgrade Antora to new version"
Verification steps
  1. Build the documentation as usual