This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Update dependency angular-cli-ghpages to v0.6.2 #168
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.0
->0.6.2
Release Notes
angular-schule/angular-cli-ghpages
v0.6.2
Compare Source
With this release, GitHub Actions becomes a first citizen alongside Travis CI and CircleCi.
Learn everything you need to know in the following article.
Everything GitHub: Continuous Integration, Deployment and Hosting for your Angular App
In this article we show several tools from the GitHub universe to launch a website with Angular. We will establish a professional pipeline, including version management, continuous deployment and web hosting. Best of all, for public repositories, this will not cost you a single cent! Read more...
tl;dr
The token
GITHUB_TOKEN
is now supported. When using any token (GH_TOKEN / PERSONAL_TOKEN / GITHUB_TOKEN), it is no longer necessary to specify the--repo
parameter if the directory already has a remote repository. This is the case for GitHub actions. Please note that for GitHub actionsgit config user.name
andgit config user.email
are not set. You still have to provide them.Special thanks goes out to @shhdharmen and @EdricChan03 who pushed this release forward! 👍
Example
A valid
main.yml
for GitHub Actions in a private repository could look like this:A valid
main.yml
for GitHub Actions in a public repository could look like this:Features
4925bc8
, fixes #73)c5f7b36
, fixes #73, fixes #88)1066240
, fixes #73, fixes #88)f9bcf1c
, fixes #78)v0.6.1
Compare Source
This release has mainly improvements in error handling. It is now again possible to receive detailed logging messages using the
--no-silent
option. Furthermore, the deployment is aborted if the previous build fails (thanks to @masaxsuzu).Fixes
08d05c9
)6a8a3c2
, fixes #74)e7f6a51
, see PR #85 which fixes #74)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.