Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6851d171
Unverified
Commit
6851d171
authored
May 01, 2023
by
mergify[bot]
Committed by
GitHub
May 01, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into aj/fpp-server
parents
b20164cd
a8605769
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
config.json
.changeset/config.json
+1
-1
release.yml
.github/workflows/release.yml
+6
-0
No files found.
.changeset/config.json
View file @
6851d171
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"commit"
:
false
,
"commit"
:
false
,
"linked"
:
[],
"linked"
:
[],
"access"
:
"public"
,
"access"
:
"public"
,
"baseBranch"
:
"
develop
"
,
"baseBranch"
:
"
master
"
,
"updateInternalDependencies"
:
"patch"
,
"updateInternalDependencies"
:
"patch"
,
"ignore"
:
[]
"ignore"
:
[]
}
}
.github/workflows/release.yml
View file @
6851d171
...
@@ -5,6 +5,9 @@ on:
...
@@ -5,6 +5,9 @@ on:
branches
:
branches
:
-
master
-
master
# Always wait for previous release to finish before releasing again
concurrency
:
${{ github.workflow }}-${{ github.ref }}
jobs
:
jobs
:
release
:
release
:
name
:
Release
name
:
Release
...
@@ -62,6 +65,9 @@ jobs:
...
@@ -62,6 +65,9 @@ jobs:
with
:
with
:
version
:
nightly
version
:
nightly
# Makes a pr to publish the changesets that when
# merged will publish to npm
# see https://github.com/changesets/action
-
name
:
Publish To NPM or Create Release Pull Request
-
name
:
Publish To NPM or Create Release Pull Request
uses
:
changesets/action@v1
uses
:
changesets/action@v1
id
:
changesets
id
:
changesets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment