Skip to content

Apply new Shipkit Changelog properties and bump Shipkit plugins#12

Merged
mockitoguy merged 1 commit intoshipkit:masterfrom
shestee:master
Jan 11, 2021
Merged

Apply new Shipkit Changelog properties and bump Shipkit plugins#12
mockitoguy merged 1 commit intoshipkit:masterfrom
shestee:master

Conversation

@shestee
Copy link
Copy Markdown
Contributor

@shestee shestee commented Jan 11, 2021

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'. 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. Deprecated properties should be replaced with the new one.

Also new versions of Shipkit Auto Version and Shipkit Changelog plugins have been recently released. The plugins' versions in the project can now be bumped.

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.
@mockitoguy mockitoguy merged commit a83eec0 into shipkit:master Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants