Skip to content

Commit

Permalink
internal: set-up changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Dec 13, 2024
1 parent ca01758 commit 63bbb50
Show file tree
Hide file tree
Showing 8 changed files with 6,440 additions and 3,771 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": ["@changesets/changelog-github", {"repo": "lblod/ember-rdfa-editor"}],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/soft-kids-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"reglement-publish-service": patch
---

Set-up changesets release flow
11 changes: 5 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"release": true
},
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
"changesets-release-it-plugin": {}
},
"npm": {
"publish": false
"publish": false,
"ignoreVersion": true,
"allowSameVersion": true
}
}
}
8 changes: 8 additions & 0 deletions .woodpecker/.changeset.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
changeset:
image: woodpeckerci/plugin-git
commands:
- git fetch origin master
- git diff -wb --name-only origin/master..HEAD | grep "\.changeset/.*\.md"
when:
- evaluate: 'CI_PIPELINE_EVENT == "pull_request" && not (CI_COMMIT_PULL_REQUEST_LABELS contains "dependabot")'
5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 63bbb50

Please sign in to comment.