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: oclif/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: oclif/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 8, 2021

  1. Copy the full SHA
    448bb45 View commit details
  2. Copy the full SHA
    a6b3565 View commit details
  3. Copy the full SHA
    167f605 View commit details

Commits on Dec 17, 2021

  1. Updated config.yml

    peternhale committed Dec 17, 2021
    Copy the full SHA
    922bc27 View commit details
  2. chore(release): 2.0.3 [ci skip]

    SF-CLI-BOT committed Dec 17, 2021
    Copy the full SHA
    277db5d View commit details
Showing with 11 additions and 9 deletions.
  1. +2 −2 .circleci/config.yml
  2. +2 −2 .github/workflows/ci.yml
  3. +2 −0 CHANGELOG.md
  4. +3 −3 README.md
  5. +2 −2 package.json
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@ workflows:
github-release: true
requires:
- release-management/test-package
tag: core-v1
dependabot-automerge:
triggers:
- schedule:
@@ -36,4 +35,5 @@ workflows:
only:
- main
jobs:
- release-management/dependabot-automerge
- release-management/dependabot-automerge:
context: SF-CLI-RELEASE-PROCESS
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ master, main ]
branches: [ main ]
pull_request:
branches: [ master, main ]
branches: [ main ]

jobs:
build:
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.2...v2.0.3) (2021-12-17)

### [2.0.2](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.1...v2.0.2) (2021-12-07)


6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
warns if there is a newer version of CLI released

[![Version](https://img.shields.io/npm/v/@oclif/plugin-warn-if-update-available.svg)](https://npmjs.org/package/@oclif/plugin-warn-if-update-available)
[![CircleCI](https://circleci.com/gh/oclif/plugin-warn-if-update-available/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/plugin-warn-if-update-available/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-warn-if-update-available?branch=master&svg=true)](https://ci.appveyor.com/project/oclif/plugin-warn-if-update-available/branch/master)
[![CircleCI](https://circleci.com/gh/oclif/plugin-warn-if-update-available/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/plugin-warn-if-update-available/tree/main)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-warn-if-update-available?branch=main&svg=true)](https://ci.appveyor.com/project/oclif/plugin-warn-if-update-available/branch/main)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-warn-if-update-available.svg)](https://npmjs.org/package/@oclif/plugin-warn-if-update-available)
[![License](https://img.shields.io/npm/l/@oclif/plugin-warn-if-update-available.svg)](https://github.com/oclif/plugin-warn-if-update-available/blob/master/package.json)
[![License](https://img.shields.io/npm/l/@oclif/plugin-warn-if-update-available.svg)](https://github.com/oclif/plugin-warn-if-update-available/blob/main/package.json)

<!-- toc -->
* [What is this?](#what-is-this)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "2.0.2",
"author": "Jeff Dickey @jdxcode",
"version": "2.0.3",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^1.0.8",