Skip to content
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: semantic-release/semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.0
Choose a base ref
...
head repository: semantic-release/semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.1
Choose a head ref
  • 12 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 25, 2017

  1. ci: Run npm registry in Docker

    pvdlg committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    40c58c9 View commit details
    Browse the repository at this point in the history
  2. test: Ignore the ~/.npmrc file during tests

    When the test are run npm read the ~/.npmrc and ./.npmrc files and set some environment variables starting with `npm_`.
    When the test create temporary folders and created a `.npmrc` the values there are ignored as the environment variables take precedence.
    This commit remove this environment variable (from the local `process.env`) before starting the integrations test and restore them after. This way the `./.npmrc` files created in temp directory for the test are correctly used.
    pvdlg committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    ce3841f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    89f5e07 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    fcb832b View commit details
    Browse the repository at this point in the history
  2. test: Improve docker start/stop script

    - Simplify the loop that check availability
    - Increase timeout
    - Remove the container after stopping
    pvdlg committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    a7359bf View commit details
    Browse the repository at this point in the history
  3. fix: Accept undefined values for the getLastRelease and `generate…

    …Notes` plugins
    
    Adapt tests and default value to the plugin definitions (`definitions.js`)
    pvdlg committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    d7b323d View commit details
    Browse the repository at this point in the history
  4. fix: Typo in error messages

    pvdlg committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    613a646 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6859591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02ddf34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2491032 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8371a03 View commit details
    Browse the repository at this point in the history
  9. test: Isolate environment variables passed to semantic-release

    `npm` is called through `semantic-release` and in the integration test to make some assertion.
    By isolating the the environment variables passed to `semantic-release` it's easier to avoid a mistake that would pass the test environment that contains is own auth variables.
    pvdlg committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    eec4e68 View commit details
    Browse the repository at this point in the history
Loading