This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
chore(ci): enable CircleCI snapshot and doc publishing #11608
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1611ec7
to
551c832
Compare
551c832
to
d3df4ed
Compare
devversion
reviewed
Jan 23, 2019
d3df4ed
to
6d7aae0
Compare
6d7aae0
to
c8abc65
Compare
bump docs and dev to AngularJS 1.7.6 Relates to #11592
c8abc65
to
920f6bc
Compare
@andrewseguin has set up the GitHub tokens in the CircleCI environment variables as described in #11592. |
3 tasks
mmalerba
pushed a commit
that referenced
this pull request
Jan 29, 2019
3 tasks
mmalerba
pushed a commit
that referenced
this pull request
Jan 29, 2019
3 tasks
mmalerba
pushed a commit
that referenced
this pull request
Jan 29, 2019
3 tasks
mmalerba
pushed a commit
that referenced
this pull request
Jan 29, 2019
3 tasks
mmalerba
pushed a commit
that referenced
this pull request
Jan 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla: yes
PR author has signed Google's CLA: https://opensource.google.com/docs/cla/
P3: important
Important issues that really should be fixed when possible.
pr: merge ready
This PR is ready for a caretaker to review
type: build
type: chore
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.
PR Checklist
Please check that your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
CircleCI is not enabled to create snapshots, add tags, or update the docs on commits to
master
.Issue Number:
Relates to #11592
What is the new behavior?
After a commit to master, CircleCI runs lint and tests against different AngularJS versions. If those are successful and the commit was to the
master
branch, then it snapshots, commits toangular/code.material.angularjs.org
, and deploys the updated docs site. It also commits and tags the code snapshot inangular/bower-material
.Does this PR introduce a breaking change?
Other information
The list of tasks related to this and their order can be found in #11592.
Caretaker note: This can't be merged until the GitHub tokens get set up in the CircleCI environment variables as described in #11592.