mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
release script checklist
This commit is contained in:
parent
481b6c7cec
commit
a1f5ddede8
1 changed files with 14 additions and 0 deletions
|
|
@ -1,5 +1,19 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Release checklist
|
||||||
|
# - wait for travis build.
|
||||||
|
# adjust src/paperless/version.py
|
||||||
|
# changelog in the documentation
|
||||||
|
# adjust versions in docker/hub/*
|
||||||
|
# If docker-compose was modified: all compose files are the same.
|
||||||
|
|
||||||
|
# Steps:
|
||||||
|
# run release script "dev", push
|
||||||
|
# if it works: new tag, merge into master
|
||||||
|
# on master: make release "lastest", push
|
||||||
|
# on master: make release "version-tag", push
|
||||||
|
# publish release files
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue