Skip to content

Commit

Permalink
feat: release 1.0 (#284)
Browse files Browse the repository at this point in the history
Updates project badges to stable, sets semrel plugin to no
longer use pre-release versions
  • Loading branch information
cprice404 authored Mar 14, 2023
1 parent 1b36fbe commit 10d1166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true
force-bump-patch-version: true

- name: Output release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v1
with:
project_status: official
project_stability: alpha
project_stability: stable
project_type: sdk
sdk_language: Go
usage_example_path: ./examples/scalar-example/main.go
Expand All @@ -32,7 +32,7 @@ jobs:
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v1
with:
project_status: official
project_stability: alpha
project_stability: stable
project_type: other
sdk_language: Go
template_file: CONTRIBUTING.template.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v1
with:
project_status: official
project_stability: alpha
project_stability: stable
project_type: sdk
sdk_language: Go
usage_example_path: ./examples/scalar-example/main.go
Expand All @@ -25,7 +25,7 @@ jobs:
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v1
with:
project_status: official
project_stability: alpha
project_stability: stable
project_type: other
sdk_language: Go
template_file: CONTRIBUTING.template.md
Expand Down

0 comments on commit 10d1166

Please sign in to comment.