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: shipkit/shipkit-demo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.54
Choose a base ref
...
head repository: shipkit/shipkit-demo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.56
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 5, 2021

  1. Aplly renamed plugin package

    Due to recent Github related naming convention applied in Shipkit Changelog plugin, the referenced 'org.shipkit.shipkit-gh-release' package should be changed for 'org.shipkit.shipkit-github-release'.
    shestee committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    45b1aab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from shestee/master

    Aplly renamed plugin package
    mockitoguy authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    38644ea View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Applied new Shipkit Changelog properties and bumped Shipkit plugins

    Two new properties has been recently added to Shipkit Changelog plugin:
    1. 'newTagRevision' eliminates problem with wrong tagging, when release is tagged with revision reference that the release does not come from, but is the latest one on master branch. To get the SHA of the commit that triggered the workflow 'TRAVIS_COMMIT' env var is used.
    2. 'githubToken' is used both to fetch and post via GH API, instead of 'readOnlyToken' and 'writeToken' properties. As the token assigned to 'githubToken' should have write access to the repository, it should be supplied by the env variable to keep things safe. Using this property simplifies configuration.
    Also new versions of Shipkit Auto Version and Shipkit Changelog plugins have been recently released and this commit updates the configuration with these versions.
    shestee committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    37eb06a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from shestee/master

    Apply new Shipkit Changelog properties and bump Shipkit plugins
    mockitoguy authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a83eec0 View commit details
    Browse the repository at this point in the history
Loading