Skip to content

Commit

Permalink
Merge branch '86-add-changeset' into 'dev'
Browse files Browse the repository at this point in the history
init changeset

Closes #86

See merge request ergo/rosen-bridge/rosen-chains!90
  • Loading branch information
vorujack committed Feb 12, 2024
2 parents 1afb500 + f831b3a commit 8a6559c
Show file tree
Hide file tree
Showing 6 changed files with 2,832 additions and 36 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@rosen-bridge/changeset-formatter",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 2 additions & 0 deletions .changeset/thirty-baboons-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:
- type_check
- lint
- test
- changeset

installation:
stage: installation
Expand Down Expand Up @@ -71,3 +72,17 @@ test:
coverage_report:
coverage_format: cobertura
path: '**/coverage/cobertura-coverage.xml'

changeset:
stage: changeset
cache:
key: $CI_COMMIT_REF_NAME
policy: pull
paths:
- node_modules
- '**/node_modules'
- '**/dist'
before_script:
- git fetch origin dev
script:
- npx changeset status --since=origin/dev
Loading

0 comments on commit 8a6559c

Please sign in to comment.