Просмотр исходного кода

feat: moved to pwsh scripts from yaml and fix invalid new version number

DerSkythe 2 лет назад
Родитель
Сommit
7d61b21846

+ 4 - 4
.github/workflows/version-check.yml

@@ -39,10 +39,10 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
         run: |
           $Output = (./github/check-version.ps1)
           $Output = (./github/check-version.ps1)
-          Write-Output("RELEASE_VERSION=$Output.ReleaseVersion) >> $env:GITHUB_ENV
-          Write-Output("CURRENT_TAG=$Output.CurrentTag) >> $env:GITHUB_ENV
-          Write-Output("REMOTE_TAG_INFO=$Output.RemoteTagInfo) >> $env:GITHUB_ENV
-          Write-Output("RELEASE_TYPE=$Output.ReleaseType) >> $env:GITHUB_ENV
+          Write-Output("RELEASE_VERSION=$Output.ReleaseVersion") >> $env:GITHUB_ENV
+          Write-Output("CURRENT_TAG=$Output.CurrentTag") >> $env:GITHUB_ENV
+          Write-Output("REMOTE_TAG_INFO=$Output.RemoteTagInfo") >> $env:GITHUB_ENV
+          Write-Output("RELEASE_TYPE=$Output.ReleaseType") >> $env:GITHUB_ENV
           # function CleanInput
           # function CleanInput
           # {
           # {
           #     param(
           #     param(

+ 15 - 0
.idea/.idea.subbrute.dir/.idea/git_toolbox_prj.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="GitToolBoxProjectSettings">
+    <option name="commitMessageIssueKeyValidationOverride">
+      <BoolValueOverride>
+        <option name="enabled" value="true" />
+      </BoolValueOverride>
+    </option>
+    <option name="commitMessageValidationEnabledOverride">
+      <BoolValueOverride>
+        <option name="enabled" value="true" />
+      </BoolValueOverride>
+    </option>
+  </component>
+</project>

+ 42 - 2
.idea/.idea.subbrute.dir/.idea/workspace.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
 <project version="4">
   <component name="ChangeListManager">
   <component name="ChangeListManager">
-    <list default="true" id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="">
+    <list default="true" id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="feat: moved to pwsh scripts from yaml and fix invalid new version number">
       <change beforePath="$PROJECT_DIR$/.github/workflows/version-check.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/version-check.yml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.github/workflows/version-check.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/version-check.yml" afterDir="false" />
     </list>
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="SHOW_DIALOG" value="false" />
@@ -11,8 +11,38 @@
   </component>
   </component>
   <component name="Git.Settings">
   <component name="Git.Settings">
     <option name="PREVIEW_PUSH_ON_COMMIT_AND_PUSH" value="false" />
     <option name="PREVIEW_PUSH_ON_COMMIT_AND_PUSH" value="false" />
+    <option name="RECENT_BRANCH_BY_REPOSITORY">
+      <map>
+        <entry key="$PROJECT_DIR$" value="master" />
+      </map>
+    </option>
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
   </component>
   </component>
+  <component name="GitToolBoxStore">
+    <option name="recentBranches">
+      <RecentBranches>
+        <option name="branchesForRepo">
+          <list>
+            <RecentBranchesForRepo>
+              <option name="branches">
+                <list>
+                  <RecentBranch>
+                    <option name="branchName" value="feat/ci" />
+                    <option name="lastUsedInstant" value="1680003560" />
+                  </RecentBranch>
+                  <RecentBranch>
+                    <option name="branchName" value="master" />
+                    <option name="lastUsedInstant" value="1680003559" />
+                  </RecentBranch>
+                </list>
+              </option>
+              <option name="repositoryRootUrl" value="file://$PROJECT_DIR$" />
+            </RecentBranchesForRepo>
+          </list>
+        </option>
+      </RecentBranches>
+    </option>
+  </component>
   <component name="MarkdownSettingsMigration">
   <component name="MarkdownSettingsMigration">
     <option name="stateVersion" value="1" />
     <option name="stateVersion" value="1" />
   </component>
   </component>
@@ -46,8 +76,16 @@
       <updated>1680001542466</updated>
       <updated>1680001542466</updated>
       <workItem from="1680001545311" duration="156000" />
       <workItem from="1680001545311" duration="156000" />
       <workItem from="1680001723598" duration="121000" />
       <workItem from="1680001723598" duration="121000" />
-      <workItem from="1680001863890" duration="1582000" />
+      <workItem from="1680001863890" duration="1869000" />
+    </task>
+    <task id="LOCAL-00001" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
+      <created>1680003671452</created>
+      <option name="number" value="00001" />
+      <option name="presentableId" value="LOCAL-00001" />
+      <option name="project" value="LOCAL" />
+      <updated>1680003671452</updated>
     </task>
     </task>
+    <option name="localTasksCounter" value="2" />
     <servers />
     <servers />
   </component>
   </component>
   <component name="TypeScriptGeneratedFilesManager">
   <component name="TypeScriptGeneratedFilesManager">
@@ -56,5 +94,7 @@
   <component name="VcsManagerConfiguration">
   <component name="VcsManagerConfiguration">
     <option name="CHECK_NEW_TODO" value="false" />
     <option name="CHECK_NEW_TODO" value="false" />
     <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
     <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
+    <MESSAGE value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
+    <option name="LAST_COMMIT_MESSAGE" value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
   </component>
   </component>
 </project>
 </project>