提交 c02f6ad7 编写于 作者: L Luke Kim 提交者: Yaron Schneider

Update v0.1.0-alpha.md (#61)

上级 d0768a7e
......@@ -3,8 +3,7 @@
This release of Actions focuses mainly on the engineering system capabilities of the Actions Runtime and the Actions CLI.
Several bug fixes and new Actor capabilities were introduced.
* Added makes files
* Established Azure Devops CI/CD pipelines
* Added Makefiles for build and test
* Allow ```/action/<id>/<method>``` to invoke a local app
* Added versioning to the Runtime, CLI and the Assigner
* Added architecture diagrams
......@@ -12,7 +11,7 @@ Several bug fixes and new Actor capabilities were introduced.
This release is available now - see [how to update](/docs/supporting/howtoupdate.md) to get the bits.
Read on to find out about the new features and learn how you can be more productive using VS Code.
Read on to find out about the new features and learn how you can be more productive using Actions.
## Make Files
......@@ -46,13 +45,6 @@ This will install Dep if it doesn't exist on the local environment.
make deps
```
## CI/CD pipelines
We setup an Azure Devops Pipelines in order to execute parallel build agents and run tests across Linux, MacOS and Windows.
The pipelines run the makes files and then build and push the Docker images to our Docker registry.
The binaries are getting zipped and uploaded to: ```https://actionsreleases.blob.core.windows.net/bin```
## Local service discovery
Fixed a bug where calling an Action ID running on the same machine as the caller would not work.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册