Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply new Shipkit Changelog properties and bump Shipkit plugins #12

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

shestee
Copy link
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