mirror of
https://github.com/zen-browser/release-utils.git
synced 2025-07-08 01:10:09 +02:00
Merge 2d76ca05f1
into cabbb4fdad
This commit is contained in:
commit
c07fab26ab
5 changed files with 12 additions and 5 deletions
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
patreon: zen_browser
|
||||||
|
ko_fi: zen_browser
|
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -129,5 +129,4 @@ dist
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
releases.xml
|
||||||
releases.xml
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# release-utils
|
# Zen Browser Release Utils
|
||||||
Scripts used by @zen-browser to make release workflow a less painful process
|
Scripts used by @zen-browser to make release workflow a less painful process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue