This addon is setup to publish to npm when GitHub release gets created, see publish GitHub workflow.
Hence, sequence of steps should be:
GITHUB_AUTH=abc npx lerna-changelog
to create changelognpm version [major | minor | patch]
to tag the releasegit push
to push code changesgit push origin tag <tag_name>
to push the git tag- Create new GitHub release from newly published tag https://github.com/embermap/ember-cli-fastboot-testing/releases/new