@@ -217,19 +217,19 @@ GitHub Actions allows users to select a specific version of the action to use,
217217based on release tags. This script simplifies this process by performing the
218218following steps :
219219
220- 1. **Retrieving the latest release tag:** The script starts by fetching the
221- most recent semver release tag of the current branch, by looking at the
222- local data available in your repository.
223- 1. **Prompting for a new release tag:** The user is then prompted to enter a
224- new release tag. To assist with this, the script displays the tag retrieved
225- in the previous step, and validates the format of the inputted tag (vX.X.X).
226- The user is also reminded to update the version field in package.json.
227- 1. **Tagging the new release:** The script then tags a new release and syncs
228- the separate major tag (e.g. v1, v2) with the new release tag
229- (e.g. v1.0.0, v2.1.2). When the user is creating a new major release, the
230- script auto-detects this and creates a `releases/v#` branch for the previous
231- major version.
220+ 1. **Retrieving the latest release tag:** The script starts by fetching the most
221+ recent semver release tag of the current branch, by looking at the local data
222+ available in your repository.
223+ 1. **Prompting for a new release tag:** The user is then prompted to enter a new
224+ release tag. To assist with this, the script displays the tag retrieved in
225+ the previous step, and validates the format of the inputted tag (vX.X.X). The
226+ user is also reminded to update the version field in package.json.
227+ 1. **Tagging the new release:** The script then tags a new release and syncs the
228+ separate major tag (e.g. v1, v2) with the new release tag (e.g. v1.0.0,
229+ v2.1.2). When the user is creating a new major release, the script
230+ auto-detects this and creates a `releases/v#` branch for the previous major
231+ version.
2322321. **Pushing changes to remote:** Finally, the script pushes the necessary
233- commits, tags and branches to the remote repository. From here, you will
234- need to create a new release in GitHub so users can easily reference the
235- new tags in their workflows.
233+ commits, tags and branches to the remote repository. From here, you will need
234+ to create a new release in GitHub so users can easily reference the new tags
235+ in their workflows.
0 commit comments