Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/relslash
Proof of concept for updating multiple release branches of a tile
https://github.com/crhntr/relslash
Last synced: about 1 month ago
JSON representation
Proof of concept for updating multiple release branches of a tile
- Host: GitHub
- URL: https://github.com/crhntr/relslash
- Owner: crhntr
- License: mit
- Created: 2020-03-19T21:30:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T05:27:02.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T04:59:40.156Z (6 months ago)
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# relslash
Proof of concept for updating multiple release branches of a tileNeed a new name (suggestions welcome). I thought since most backported branch names in the tile repos start with "rel/", that was the first thing that came to my name when creating the repo.
I am feeling the best place for most of this code is to be integrated into the https://github.com/pivotal-cf/kiln repo or the tile-checker.
## Notes
The product repo must be in good shape ("master" and "rel/*' branches clean).
Make sure the env script is run to get the correct `wasm_exec.js` file.
Also if you don't mind please replace the git name and email to your own.
## Development Setup
I ran the following in the demo on 2020/03/27.
```sh
GOOS=js GOARCH=wasm go build -o bin/bump-releases.wasm pages/bump-releases/*.go && \
PORT=8080 go run cmd/bump-release-server/*.go
```