Skip to content

Commit af2d57a

Browse files
committed
build: implement release please action
1 parent 728eb83 commit af2d57a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/release-please.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v3
11+
with:
12+
release-type: node
13+
package-name: release-please-action

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-auth-arcgis-server-proxy",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An authenticated Firebase function for proxying requests to ArcGIS Server services",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)