mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #72] [MERGED] Add automatic npm publish workflow #63
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-client/pull/72
Author: @appy-one
Created: 4/14/2026
Status: ✅ Merged
Merged: 4/16/2026
Merged by: @appy-one
Base:
master← Head:add-publish-workflow📝 Commits (10+)
6d6d505Add GitHub actions publish workflow86c45dcChange acebase-core dependency to file for development (automatically replaced by latest package upon publish)da122a1update browser example to use async flow instead of promise chain7058dd1bump acebase dependenciesb23a249new test build4ca8ae5ignore .DS_Storeebba9f4chore: release v1.22.3-rc.1 [skip ci]4821683Add next flag for RC dry runs of npm publish37c22c5chore: release v1.22.3-rc.2 [skip ci]8ca0928Normalizerepositoryproperty to remove npm warning📊 Changes
13 files changed (+380 additions, -265 deletions)
View changed files
➕
.github/workflows/publish.yml(+125 -0)📝
.gitignore(+1 -0)📝
package-lock.json(+34 -45)📝
package.json(+6 -3)📝
src/browser.html(+12 -17)📝
test/cjs/cache.js(+28 -28)📝
test/cjs/run.js(+61 -61)📝
test/cjs/settings.js(+8 -8)📝
test/esm/cache.js(+24 -24)📝
test/esm/run.js(+56 -56)📝
test/esm/settings.js(+5 -5)📝
test/package-lock.json(+18 -16)📝
test/package.json(+2 -2)📄 Description
This adds an automatic npm publish workflow upon tag push
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.