This commit is contained in:
blu3 2025-04-05 01:02:57 -07:00 committed by GitHub
commit c07fab26ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 5 deletions

2
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,2 @@
patreon: zen_browser
ko_fi: zen_browser

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

3
.gitignore vendored
View file

@ -129,5 +129,4 @@ dist
.yarn/install-state.gz
.pnp.*
releases.xml
releases.xml

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 Zen Browser
Copyright (c) 2025 Zen Browser
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,2 +1,2 @@
# release-utils
Scripts used by @zen-browser to make release workflow a less painful process
# Zen Browser Release Utils
Scripts used by @zen-browser to make release workflow a less painful process.