mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	☄️ deploy: github releases - whatsNew text as note
Use whatsNew text (if available) as release notes text when deploying to Github releases. This feature will always use 'en-US' locale texts, since English is the lingua franka on GitHub. Additionally this change also adds a config option to preprend a static text to those release notes.
This commit is contained in:
		
							parent
							
								
									a079f9d85f
								
							
						
					
					
						commit
						c6598f2835
					
				
					 4 changed files with 33 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -218,12 +218,13 @@
 | 
			
		|||
# an example for this deployment automation:
 | 
			
		||||
# https://github.com/f-droid/fdroidclient/releases/
 | 
			
		||||
#
 | 
			
		||||
# It is highly recommended to use a "Fine-grained personal access token", which
 | 
			
		||||
# is restriced to the minimum required permissions, which are:
 | 
			
		||||
# In the examble below tokens are read from environment variables. Putting
 | 
			
		||||
# tokens directly into the config file is also supported but discouraged. It is
 | 
			
		||||
# highly recommended to use a "Fine-grained personal access token", which is
 | 
			
		||||
# restriced to the minimum required permissions, which are:
 | 
			
		||||
#  * Metadata - read
 | 
			
		||||
#  * Contents - read/write
 | 
			
		||||
# Also make sure to limit access only to the GitHub repository you're deploying
 | 
			
		||||
# to. (https://github.com/settings/personal-access-tokens/new)
 | 
			
		||||
# (https://github.com/settings/personal-access-tokens/new)
 | 
			
		||||
#
 | 
			
		||||
# github_token: {env: GITHUB_TOKEN}
 | 
			
		||||
# github_releases:
 | 
			
		||||
| 
						 | 
				
			
			@ -231,6 +232,8 @@
 | 
			
		|||
#     packages:
 | 
			
		||||
#       - org.fdroid.basic
 | 
			
		||||
#       - org.fdroid.fdroid
 | 
			
		||||
#     release_notes_prepend: |
 | 
			
		||||
#       Re-post of official F-Droid App release from https://f-droid.org
 | 
			
		||||
#   - repo: example/app
 | 
			
		||||
#     token: {env: GITHUB_TOKEN_EXAMPLE}
 | 
			
		||||
#     packages:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue