Skip to content

Commit 951b7e7

Browse files
Update workflows from templates. (#89)
1 parent 5d115dd commit 951b7e7

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/bump-version.bump.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# This script is copied from the depot repo; edit it there, not in the destination repo.
4+
35
# Decide what the next versions are going to be. Inputs are the mode, current version, and optional release version override.
46
# Outputs are the new release version and the new development version.
57

.github/bump-version.get.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# This script is copied from the depot repo; edit it there, not in the destination repo.
4+
35
# Get the semver from various files in the repo.
46

57
# Always performs sanity checking:

.github/bump-version.set.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# This script is copied from the depot repo; edit it there, not in the destination repo.
4+
35
# Set the semver in various files.
46

57
# Always performs sanity checking:

.github/update-workflows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# This script is copied from the depot repo; edit it there, not in the destination repo.
4+
35
# Copy the requested templates from the templates repo to this one, applying patches as we go.
46
# You must be in the target repo when you run this, and depot must be checked out as a sibling to this repo.
57

0 commit comments

Comments
 (0)