Skip to content

Commit 3b1120f

Browse files
committed
tested release workflow
1 parent 65e8eb5 commit 3b1120f

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release workflow
33
on:
44
push:
55
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
77

88
env:
99
DOCKER_HUB_REPO: docker.io/slashdevops

docs/release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
```

metrics.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,4 @@ MetricDataQueries:
4040
Value: CloudFrontCustomHeader
4141
- Name: RuleGroup
4242
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

0 commit comments

Comments
 (0)