Skip to content

Commit

Permalink
Merge pull request #2 from alpineworks/init
Browse files Browse the repository at this point in the history
fix: new readme
  • Loading branch information
michaelpeterswa committed Apr 7, 2024
2 parents 299ce19 + f9247d2 commit 31adca8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail

echo "running commitlint against git history"
npx -p @commitlint/config-conventional -p @commitlint/cli -c "cat $1 | commitlint"
5 changes: 4 additions & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on: # yamllint disable-line rule:truthy

jobs:
release:
name: "Release to GitHub"
name: 'Release to GitHub'
runs-on: ubuntu-latest
steps:

- name: Checkout repo
uses: actions/checkout@v3

Expand All @@ -23,4 +24,6 @@ jobs:
run: npm install --save-dev @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits # yamllint disable-line rule:line-length

- name: Release Version
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
run: npx semantic-release
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# go-lib
A template repository for Go libraries.
# ootel

ootel is an "opinionated" opentelemetry initializer.

Currently the only supported exporters are OTLP gRPC (traces) and Prometheus (metrics)

0 comments on commit 31adca8

Please sign in to comment.