Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeoverflow-org/nodecg-io-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: codeoverflow-org/nodecg-io-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on May 8, 2021

  1. fix: build typescript in prepublish scripts

    This fixes the problem that the cli gets built before semantic-releaser updates the version. Because of this the released `0.1.0` shows `0.0.1` when running `nodecg-io --version` because it was built with that version which copies the `package.json` into the `build` directory. Then semantic-release updates the version and the copied `package.json` isn't updated.
    
    With this change we don't build the cli in a ci step anymore, but with the npm `prepublish` hook. That way semantic-release will bump the version and run `npm publish` which will then build the cli with the update version.
    hlxid committed May 8, 2021
    Configuration menu
    Copy the full SHA
    c34334c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from codeoverflow-org/fix/version-in-releases

    fix: build typescript in prepublish scripts
    hlxid authored May 8, 2021
    Configuration menu
    Copy the full SHA
    6c5dfff View commit details
    Browse the repository at this point in the history
  3. chore(release): Release 0.1.1

    ## [0.1.1](v0.1.0...v0.1.1) (2021-05-08)
    
    ### Bug Fixes
    
    * build typescript in prepublish scripts ([c34334c](c34334c))
    semantic-release-bot committed May 8, 2021
    Configuration menu
    Copy the full SHA
    4690a72 View commit details
    Browse the repository at this point in the history
Loading