Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stable and suitable for production use.

We hope you’ll take it for a spin and [send us your feedback][contact].

![Shipit Squirrel](http://shipitsquirrel.github.io/images/ship%20it%20squirrel.png)
![Shipit Squirrel](https://camo.githubusercontent.com/da8106f759bf0d163fb002e715fb1d1f1d2b6f4e/687474703a2f2f736869706974737175697272656c2e6769746875622e696f2f696d616765732f736869702532306974253230737175697272656c2e706e67)

[docs]: /v3/repos/deployments/
[hooks]: /v3/repos/hooks/
Expand Down
2 changes: 1 addition & 1 deletion content/changes/2014-03-03-deployments-api-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ created_at: 2014-03-03
author_name: atmos
---

As we [iterate on the preview][january-deployment-api-post] for the new Deployment API, we're making sure that it's friendly to work with for the apps built on top of it.
As we [iterate on the preview][january-deployment-api-post] for the new Deployments API, we're making sure that it's friendly to work with for the apps built on top of it.

## Deserialize Deployment Payloads

Expand Down
15 changes: 15 additions & 0 deletions content/changes/2014-04-10-deployment-api-preview-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
kind: change
title: Extending the preview period for the Deployments API
created_at: 2014-04-10
author_name: atmos
---

The preview period for the new [Deployments API][2014-01-deployments-api-post] continues to yield valuable feedback from developers. In early March, we used that feedback to [improve the payload format][payload-update] that integrations can use to customize deployments. A few weeks later, we began integrating with the new [Combined Status API][combined-statuses] to help ensure that only verified code gets deployed, even if you have multiple systems verifying different aspects of your software.

To give developers time to explore these recent refinements to the Deployments API, we're extending the preview period for a little while longer. As always, if you have any questions or feedback, please [get in touch][contact].

[2014-01-deployments-api-post]: /changes/2014-01-09-preview-the-new-deployments-api/
[payload-update]: /changes/2014-03-03-deployments-api-updates/
[combined-statuses]: /changes/2014-03-27-combined-status-api/
[contact]: https://github.com/contact?form[subject]=Deployments+API