Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote develop to master #241

Merged
merged 2 commits into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git checkout ${GITHUB_REF##*/} -- package.json package-lock.json CHANGELOG.md
git add -A
git diff-index --quiet HEAD || git commit -am "Sync released version files (skip deploy)"
git push origin $TARGET_BRANCH
git push --force origin $TARGET_BRANCH
env:
TARGET_BRANCH: develop

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.0.3](https://github.com/consensusnetworks/casimir/compare/v0.0.2...v0.0.3)

- Promote develop to master [`#240`](https://github.com/consensusnetworks/casimir/pull/240)
- Add distribution cache invalidation paths [`#239`](https://github.com/consensusnetworks/casimir/pull/239)
- Promote develop to master [`#235`](https://github.com/consensusnetworks/casimir/pull/235)
- Fix casing and remove duplicate title [`#238`](https://github.com/consensusnetworks/casimir/pull/238)
- Change cf viewerProtocolPolicy to REDIRECT_TO_HTTPS [`#237`](https://github.com/consensusnetworks/casimir/pull/237)
- Switch to shields-hosted badges [`#236`](https://github.com/consensusnetworks/casimir/pull/236)
- Add sync fix to release workflow (skip deploy) [`c77ddbe`](https://github.com/consensusnetworks/casimir/commit/c77ddbef47d98bcc93a41e43970f1ecd476a420b)

#### [v0.0.2](https://github.com/consensusnetworks/casimir/compare/v0.0.1...v0.0.2)

> 12 January 2023

- Promote develop to master [`#233`](https://github.com/consensusnetworks/casimir/pull/233)
- New design [`#232`](https://github.com/consensusnetworks/casimir/pull/232)
- Promote develop to master [`#216`](https://github.com/consensusnetworks/casimir/pull/216)
Expand Down
1 change: 1 addition & 0 deletions cdk-outputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casimir",
"version": "0.0.2",
"version": "0.0.3",
"description": "Decentralized staking and asset management",
"workspaces": [
"apps/*",
Expand Down