We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38858f0 commit 5b50d84Copy full SHA for 5b50d84
.github/workflows/release.yaml
@@ -76,7 +76,7 @@ jobs:
76
&& git tag --force -a -m"$RELEASE_TAG" "$RELEASE_TAG" \
77
&& git tag --force -a -m"$RELEASE_TAG" "$major" \
78
&& git tag --force -a -m"$RELEASE_TAG" "$major.$minor" \
79
- && git push --force --follow-tags
+ && git push --force --tags
80
)
81
else
82
echo "Skipping $action"
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The actions are versioned as a suite. Some actions may have no change
5
in behaviour between versions.
6
7
-## [0.0.1] - 2020-07-02
+## [0.1.0] - 2020-07-02
8
9
First release of the GitHub Actions:
10
- [dflook/terraform-version@0.0.1](terraform-version)
0 commit comments