From 444332ca88ee91062f02e9ace87f1fee3da89113 Mon Sep 17 00:00:00 2001 From: Julio Barba Date: Tue, 8 Sep 2020 13:01:36 -0400 Subject: [PATCH] Prepare the release of 2.273.1 runner --- releaseNote.md | 10 +++++----- src/runnerversion | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index a8f89fe18..8039f803a 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,13 +1,13 @@ ## Features - - Continued improvements to Composite Actions code and documentation (#616, #625, #626, #641, #645, #657, #658) + - Add in Log line numbers for streaming logs (#663) + - Read env file (#683) + - Add Runner File Commands (#684, #693) ## Bugs - - Fix feature flag check; omit context for generated context names (#638) - - Fix endgroup maker (#640) + - N/A ## Misc - - Adding help text for the new runnergroup feature (#626) - - Updating virtual environment terminology in readme.md (#651) + - N/A ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index 59d8ca8e0..44ef71e30 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.273.0 +2.273.1