File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release workflow
3
3
on :
4
4
push :
5
5
tags :
6
- - v[012].[0-9]+.[0-9]+ # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
6
+ - v[012].[0-9]+.[0-9]+ # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7
7
8
8
env :
9
9
DOCKER_HUB_REPO : docker.io/slashdevops
Original file line number Diff line number Diff line change
1
+ # How to Release
2
+
3
+ This is the procedure about how to release a new version
4
+
5
+ ``` bash
6
+ git tag -a v0.0.1 -m " The first version"
7
+ git push origin v0.0.1
8
+ ```
Original file line number Diff line number Diff line change @@ -40,15 +40,4 @@ MetricDataQueries:
40
40
Value : CloudFrontCustomHeader
41
41
- Name : RuleGroup
42
42
Value : CheckCloudFrontCustomHeader
43
- Stat : Sum
44
- - Id : m5
45
- MetricStat :
46
- Metric :
47
- Namespace : KinesisProducerLibrary
48
- MetricName : KinesisRecordsDataPut
49
- Dimensions :
50
- - Name : StreamName
51
- Value : com.aleaplay.logs.session-transaction-trace.v1
52
- Period : 300
53
- Stat : Minimum
54
- Unit : Bytes
43
+ Stat : Sum
You can’t perform that action at this time.
0 commit comments