mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 22:43:06 +08:00
ci: ordinals-api monorepo release
This commit is contained in:
@@ -1,34 +1,3 @@
|
||||
{
|
||||
"extends": "semantic-release-monorepo",
|
||||
"branches": [
|
||||
"+([0-9])?(.{+([0-9]),x}).x",
|
||||
"master",
|
||||
"next",
|
||||
"next-major",
|
||||
{
|
||||
"name": "beta",
|
||||
"prerelease": true
|
||||
},
|
||||
{
|
||||
"name": "alpha",
|
||||
"prerelease": true
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
"@semantic-release/github",
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/git"
|
||||
]
|
||||
"extends": "semantic-release-monorepo"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hirosystems/ordinals-api",
|
||||
"description": "A microservice that indexes Bitcoin Ordinal inscription data and exposes it via REST API endpoints.",
|
||||
"name": "ordinals-api",
|
||||
"description": "REST API that exposes indexed ordinals data",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"author": "Hiro Systems PBC <engineering@hiro.so> (https://hiro.so)",
|
||||
|
||||
Reference in New Issue
Block a user