Skip to content

Updating to a new server version

Jorteck edited this page Jul 24, 2021 · 1 revision

Updating the target version

  • In the repository root, update the .env file to the desired server and NWNX version:
NWN_TAG=8193.29
NWNX_TAG=build8193.29-HEAD
  • Submit a pull request with the updated .env file

Updating APIs

  • After reviewing the .env update, merge back the PR with [skip ci] prefixed to the merge commit message.
    • Don't forget the prefix! Failure to do so will tag the version incorrectly.
  • Once merged back, open the "Update APIs" workflow in GitHub actions: https://github.com/nwn-dotnet/NWN.Core/actions/workflows/update-api.yml
  • Run the action, and specify the new .env version that was just committed.
    • Make sure the version is prefixed with a v

Clone this wiki locally